Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Interesting...when I add listTbl.DataBodyRange to the Watch window, and click
the + sign to the left of it, the only thing that comes up is m_ObjectToDataMap with a value of Null. However, if I add listTbl.DataBodyRange.Address, it does return the address. Normally, when you add something to the Watch window, you can observe all of its properties by clicking the + sign, but it's not working that way with this, and that is why I thought is wasn't working. Incidentally, I get the same results with listTbl.HeaderRowRange. -- Ed """Ji Zhou [MSFT]""" wrote: Hello Ed, Based on my test, the listTbl.DataBodyRange will return the range of data. The following are two scenarios, *Before we execute the line "listTbl.DataSource = twsTable", the listTbl.DataBodyRange will return Nothing in my side. I think this may be what you have observed. *After we execute the line "listTbl.DataSource = twsTable", the listTbl.DataBodyRange will return an Excel range which represents the data rect. In my side, the listTbl.DataBodyRange.Address is "$A$3:$B$6". Is this what you see in your side? Have a nice day! Best regards, Ji Zhou , remove 'online.') Microsoft Online Community Support Delighting our customers is our #1 priority. We welcome your comments and suggestions about how we can improve the support we provide to you. Please feel free to let my manager know what you think of the level of service provided. You can send feedback directly to my manager at: . ================================================== Get notification to my posts through email? Please refer to http://msdn.microsoft.com/en-us/subs...#notifications. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
ListObject binding | Excel Programming | |||
assign dataset to matching dataset | Excel Programming | |||
Converting A Quarterly Dataset to Weekly Dataset | Excel Programming | |||
Late Binding examples of binding excel application | Excel Programming | |||
EARLY binding or LATE binding ? | Excel Programming |