LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default if then else

For Each cell In Range("A4:A" & lr)
d = cell.Value
'change the sheet name to suit
Worksheets("Sheet1").PrintPreview
Next cell


Or, alternately, for the loop above, this looping method...

For x = 4 To lr
d.Value = Cells(x, "A").Value
'change the sheet name to suit
Worksheets("Sheet1").PrintPreview
Next

Rick
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 07:42 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"