Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi,
i often use InputBox(Prompt, Title, Default, Left, Top, HelpFile, HelpContextId, Type) to select a range, buti it fails to deal with a shape ,how to select a shape obj on the sreen could you tell me, thanks |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
strShapeName = InputBox(Prompt, Title, Default, Left, Top, HelpFile,
HelpContextId, Type) Activeworkbook.ActiveSheet.shapes(strShapeName).se lect If this post is helpful click Yes --------------- Jacob Skaria |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Thanks for your reply. i just like to click the shape instead of inputing the name, i mean it is not necessary to input the name of the shape thanks "Jacob Skaria" wrote in message ... strShapeName = InputBox(Prompt, Title, Default, Left, Top, HelpFile, HelpContextId, Type) Activeworkbook.ActiveSheet.shapes(strShapeName).se lect If this post is helpful click Yes --------------- Jacob Skaria |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Prompt user to select a shape | Excel Programming | |||
select shape range | Excel Programming | |||
Select Shape in activerow | Excel Programming | |||
how to select a shape | Excel Programming | |||
Run-Time Error: You must select a shape | Excel Worksheet Functions |