LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 36
Default select all arrows or lines on active worksheet - an example

No question here, just a procedure for the archive.

Search criteria: select all arrows select arrows select all lines select lines
select specific objects select specific shapes select specific
alternative to AutoShapeType Property DrawingObjects
msoShapeLeftArrow msoShapeRightArrow

Sub ArrowsOrLinesInActiveSheetSelect()
'
'Selects all Lines (including Arrows) in active sheet
'
On Error Resume Next
ActiveSheet.Lines.Select

'other VBA code here

End Sub


p.s. I know this is a simple procedure, but it took me a few hours to realize that
the solution was just too simple. :)
 
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
Row select mode to highlight active row of active cell Bart Fay[_2_] Excel Discussion (Misc queries) 0 May 11th 10 09:34 PM
How can I select the arrows in my spreadsheet? B. Markham Excel Worksheet Functions 2 July 16th 09 12:52 AM
how to select cells with keyboard if the arrows don't let you go out of the formula [email protected] Excel Worksheet Functions 2 June 15th 06 07:23 PM
select lines from multiple worksheets and write to new worksheet rem Excel Worksheet Functions 1 September 15th 05 03:35 PM
Why are Excel 2003 chart arrows and lines invisible with little c. Len Charts and Charting in Excel 1 April 1st 05 03:09 PM


All times are GMT +1. The time now is 10:30 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"