![]() |
|
#3
|
||||
|
||||
|
Heck, if he wanted to increase Zoom until it was up to 40, all he'd have to do is say
Code:
If .Zoom < 40 Then .Zoom = 40 In other words, he wants a loop like this: Code:
Do While .Zoom < 40 .FitToPagesWide = .FitToPagesWide + 1 Loop |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Word VBA Macro to Find and Replace based on the Alt Text of an Image
|
bennymc | Word VBA | 1 | 01-27-2014 04:23 PM |
| MACRO - Insert row based on Form Field Criteria | Elan05 | Word VBA | 5 | 04-16-2013 06:39 AM |
Conditional formatting question based on cell date
|
Cosmo | Excel | 2 | 04-08-2013 12:12 PM |
| Macro based on cell value | ubns | Excel Programming | 1 | 05-07-2012 04:03 AM |
| Conditional Formatting Expiration Dates Based on Text in Adjacent Cell | Frogggg | Excel | 1 | 10-25-2011 08:44 PM |