Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Greetings,
Could one of you excellent people please help me out and send an example of a nested With Structure (for my education) TIA David |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
With Worsheets("Sheet1")
With .Range("A1") .value = 6 End With With .Range("B9") With .Font .Interior.ColorIndex = 3 .Name ="Time New Roman" .Size = 12 End With End With End With -- Regards, Tom Ogilvy "David" wrote in message ... Greetings, Could one of you excellent people please help me out and send an example of a nested With Structure (for my education) TIA David |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Tom,
Thanks for taking the time to help me out, much appreciated David |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula structure | Excel Worksheet Functions | |||
Do I need to use VBA for the following control structure? | Excel Discussion (Misc queries) | |||
Help with formula structure | Excel Discussion (Misc queries) | |||
Please help me... with Case Structure | Excel Worksheet Functions | |||
Structure of If...Else in VBA | Excel Programming |