Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 44
Default Nested Withs of Multiple Objects (Parent-Child)

Hello all,

As usual, looking for a little direction here... All feedback is
greatly appreciated!

I would like to know what would be the most effecient way to write the
following:

Market.rstConfigurationData!MarketName = Market.MarketName

This does not work...
With Market
With .rstConfigurationData
!MarketName = .MarketName
.....
End With
End With

I'm currently using:
With Market.rstConfigurationData
!MarketName = Market.MarketName
.....
End With

Is there another way to write this which would imrpove effeciency? I
would love to get rid of the "Market." in front of the second half of
the equation.

Thanks!!

Trip

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
parent/child relationship between rows? Doug Excel Worksheet Functions 4 April 22nd 23 07:41 PM
Creating child worksheet from parent Vibeke Excel Worksheet Functions 7 July 9th 09 04:34 AM
finding multiple parent-child relationships? Keith R Excel Worksheet Functions 4 April 16th 07 04:13 PM
Windows browser Parent/Child structure ERK New Users to Excel 2 December 3rd 06 12:44 AM
Sorting Parent Child kcmtnbiker Excel Worksheet Functions 2 March 31st 06 01:54 AM


All times are GMT +1. The time now is 10:11 PM.

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"