Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default Hoe to Get Rid of the Bubbles in Excel

Someone sent me an excel spreadsheet but there are bubbles covering
random portions and it can't be read. The help menu only contains
undefined jargon. How do I fix it?

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9,101
Default Hoe to Get Rid of the Bubbles in Excel

Not sure what the buble really are. This will get rid of all shapes. May
get rid of things you need.


Sub Macro1()
'
' Macro1 Macro

'

'
For Each Shape In ActiveSheet.Shapes

shape.delete
Next Shape
End Sub

"PHPBABY3" wrote:

Someone sent me an excel spreadsheet but there are bubbles covering
random portions and it can't be read. The help menu only contains
undefined jargon. How do I fix it?


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
pie charts instead of bubbles Rudolf Charts and Charting in Excel 3 July 10th 07 04:28 AM
Over Lapping Bubbles and Labels Fullam Charts and Charting in Excel 2 April 18th 06 02:56 PM
Is it possible to get Oval shaped Bubbles? jennie Charts and Charting in Excel 1 February 14th 06 02:21 AM
Placing bubbles laszlo Charts and Charting in Excel 5 August 8th 05 04:25 PM
How do i "bring to front" bubbles in excel bubble charts which ar. Ganesh Charts and Charting in Excel 1 March 10th 05 01:47 PM


All times are GMT +1. The time now is 02:27 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"