View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default Macro search text boxes


Thanks a bunch. Looks like you've done that before.


After 12 years of Office and Excel development, sometimes I feel like
I've done everything before.

I already had the search folders part, the OLEObj is the part I needed.


The OleObject is basically a generic container with few properties of
its own. The real key is OleObject.Object which gets you a reference
to the actual object contained within OleObject.

Cordially,
Chip Pearson
Microsoft MVP 1998 - 2010
Pearson Software Consulting, LLC
www.cpearson.com
[email on web site]




On Fri, 12 Feb 2010 19:53:02 -0800, Mike H
wrote:

Thanks a bunch. Looks like you've done that before.
I already had the search folders part, the OLEObj is the part I needed.
I'll put it to good use at work.