Community Page
- www.tech-recipes.com/ Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- Thanks mate, Just what I was looking for. It seemed to be a different way of doing things in Leopard than previous versions. Cheers, Mitch
- thanks, i couldnt remember.
- I did this in Garage band, but if forced me to trip the song to 8 seconds in order to send it to itunes ringtones - any ideas on this? Using the new 3GS.
- Please dont remove this Folder, It occupies only 315 MB and is useful for your Office 2003.... SRIKANTH
- that still wont work and i got no idea about registery could use help
Tech-Recipes
Cookbook of Tech TutorialsRemove All Hyperlinks in Word or Excel | Microsoft Office | Tech-Recipes
Started by qdideas · 9 months ago
8 months ago
Have been attempting to find a solution for some time.
This macro cleared all links in a very large file at the first attempt.
Dehkay
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
7 months ago
7 months ago
7 months ago
very very nice.. was so easy with your help
gurinder singh
7 months ago
7 months ago
6 months ago
I ran the above macro during a term paper that i was working on, in MS Word 2007.
Works great - removed all the hyperlinks....
Thanks ALOT!!
6 months ago
6 months ago
Thanks
2 months ago
,Controls from the Drawing toolbar,Pictures, chartsactive x,buttons,pcitures,drop down lists etc.It will basically remove all these objectsActiveX controls. even cell comments but not cell comments
Code:
Sub Shapes1()
'Delete all Objects except Comments
On Error Resume Next
ActiveSheet.DrawingObjects.Visible = True
ActiveSheet.DrawingObjects.Delete
On Error GoTo 0
End Sub
6 months ago
6 months ago
5 months ago
5 months ago
5 months ago
4 months ago
4 months ago
3 months ago
3 months ago
Super huge thanks
2 months ago
2 months ago
Thank you so much.
2 months ago
2 months ago
2 months ago
Made my life a whole lot easier. =D
2 months ago
1 month ago
1 month ago
2 weeks ago
2 weeks ago
Didn't know I'd ever FIND it, just by googling. Congrats. GREAT CODE!
3 days ago