Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 153
Default Nested with structure

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Nested with structure

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 153
Default Nested with structure

Tom,
Thanks for taking the time to help me out, much appreciated
David
Reply
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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Formula structure Excel Erick Excel Worksheet Functions 3 December 25th 08 10:16 AM
Do I need to use VBA for the following control structure? cfman Excel Discussion (Misc queries) 2 March 1st 07 11:42 AM
Help with formula structure Richard Excel Discussion (Misc queries) 4 October 7th 06 02:35 AM
Please help me... with Case Structure LSB M Excel Worksheet Functions 3 July 12th 06 09:31 AM
Structure of If...Else in VBA John Wilson Excel Programming 2 July 30th 03 04:33 AM


All times are GMT +1. The time now is 10:23 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"