Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Test for #### in Excel
Message
 
 
To
20/02/2007 08:30:32
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01197204
Message ID:
01197251
Views:
19
* The first time
oRangeFound = oRange.Find("#",,xlValues,,,,,,)
* Subsequent
oRangeFound = oRange.Find("#",oRangeFound,xlValues,,,,,,)
Check Excel VBA help for other parameters to Find() method.

>
>Thanks a lot. I have tested this and it works. The next bit is using the FIND through automation to find such cells within the UsedRange. I hope I am not asking for too much. The power of knowledge is gauged by how far it has spread.
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform