|
-
Nov 25th, 2000, 02:18 AM
#1
Thread Starter
Addicted Member
I have a problem checking for links in Excel VBA. I am using the link sources property and i want to check both XL and OLE links.
At present i can only check for one type of link as follows
mark = activeworkbook.linksources(xlExcellinks)
How do i check for any sort of links????
I have tried:
mark = activeworkbook.linksources
but this does not work either.
Help?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|