Microsoft
Software
Hardware
Network
Question : print only certain rows in Excel 2003
Hi All,
Need some kind of macro/script to print only rows that contain non-null values in a certain column. Sounds like it should be easy but I'm no scripting expert. For example, I have 100 rows, but only the rows that contain a value populated in the "quantity" column should be actually printed when the user clicks PRINT. Also, first and last row should always be printed. Thanks.
Answer : print only certain rows in Excel 2003
GlobaLevel,
This should do it:
For i = 0 To Me.ListBox1.ListCount - 1
If Me.ListBox1.Selected(i) = True Then
myarray(0, 0) = ListBox1.List(i,0)
myarray(0, 1) = ListBox1.List(i,1)
myarray(0, 2) = ListBox1.List(i,2)
End If
Next i
Patrick
Random Solutions
HP z200 Workstation Windows 2008 R2 'PCI serial port' driver and 'PCI Simple Communications controller' driver needed
64-bit version of Acrobat PDF Add-in for Office 2010?
Offline address book cannot be downloaded after moving mailbox to exchange 2010
open Firmware
Problem with file name comparison in unix script
SUP7203B PFC incompatibility
VB.net 32bit&64bit COM Refereces?
Server 2008 R2 - Can Connect to Server By IP, but not computer name
Popup not working in IE
Sort Mysql table with recent entries