Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi all, I have a quick question..keep in mind my vba skills are basic.. How could I tell excel to delete all images in a worksheet without refencing each one specifically? Just swipe the slate clean of whatever pictures are present without deleting numbers and such in the sheet.. Any ideas? :) -- grahamhurlburt ------------------------------------------------------------------------ grahamhurlburt's Profile: http://www.excelforum.com/member.php...o&userid=29878 View this thread: http://www.excelforum.com/showthread...hreadid=554404 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Graham,
Try: '============= Public Sub Tester() ActiveSheet.Pictures.Delete End Sub '<<============= -- Regards, Norman "grahamhurlburt" <grahamhurlburt.29sdbn_1150950303.4073@excelforu m-nospam.com wrote in message news:grahamhurlburt.29sdbn_1150950303.4073@excelfo rum-nospam.com... Hi all, I have a quick question..keep in mind my vba skills are basic.. How could I tell excel to delete all images in a worksheet without refencing each one specifically? Just swipe the slate clean of whatever pictures are present without deleting numbers and such in the sheet.. Any ideas? :) -- grahamhurlburt ------------------------------------------------------------------------ grahamhurlburt's Profile: http://www.excelforum.com/member.php...o&userid=29878 View this thread: http://www.excelforum.com/showthread...hreadid=554404 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Clear check box macro | Excel Programming | |||
How can I edit my macro button images in Excel 2007. | Excel Discussion (Misc queries) | |||
Export custom Macro Button Images | Setting up and Configuration of Excel | |||
Export custom Macro Button Images | Excel Discussion (Misc queries) | |||
clear data in a macro | Excel Programming |