Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Why don't some object properties show up in view locals window

Status
Not open for further replies.

SBendBuckeye

Programmer
May 22, 2002
2,166
US
When I click on View Locals window with code paused, some of the properties never show up. For example, I am reacting to the worksheet change event which passes a target object as a parameter.

When I pause the code, I do NOT see the property for columns, rows, target and maybe others. I do see areas, application, etc. But if I go into the immediated window and type ? target.address or ? target.rows.count they show up in the intellisense.

Do I need to change an option somewhere to see everything or am I missing something obvious here. I have done much more Access than Office and this type of situation can be very frustrating.

Thanks in advance for any help or suggestions you can give me. Have a great day!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top