Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Is there anyway to call the Format Cells Dialog from within a Macro so that you can ask the user what format they want to apply to a cell and then apply it programatically ? I have searched in a few places and I cannot find any reference or pointer on how to do this ? Thanks Scott |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
not sure if this is what you want or not.
application.dialogs(xlDialogActiveCellFont).Show -- Gary "scott56hannah" wrote in message ... Hi, Is there anyway to call the Format Cells Dialog from within a Macro so that you can ask the user what format they want to apply to a cell and then apply it programatically ? I have searched in a few places and I cannot find any reference or pointer on how to do this ? Thanks Scott |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
What I am after is the ability to show the user not options for fonts, but
also the options for Number, Alignment, Border... Is it possible to show that dialog box from a macro and then retreive the value selected by the user and then apply that formatting to all the required cells ? Scott "Gary Keramidas" wrote: not sure if this is what you want or not. application.dialogs(xlDialogActiveCellFont).Show -- Gary "scott56hannah" wrote in message ... Hi, Is there anyway to call the Format Cells Dialog from within a Macro so that you can ask the user what format they want to apply to a cell and then apply it programatically ? I have searched in a few places and I cannot find any reference or pointer on how to do this ? Thanks Scott |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
in vb help, search for this
Built-In Dialog Box Argument Lists you'll see them all -- Gary "scott56hannah" wrote in message ... Hi, Is there anyway to call the Format Cells Dialog from within a Macro so that you can ask the user what format they want to apply to a cell and then apply it programatically ? I have searched in a few places and I cannot find any reference or pointer on how to do this ? Thanks Scott |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
No Format Cells dialog box | Excel Discussion (Misc queries) | |||
Display color (or Format Cells) dialog in a macro? | Excel Programming | |||
format cells dialog box does not come up | Excel Discussion (Misc queries) | |||
When I select "format cells", the format dialog box does not disp. | Excel Worksheet Functions | |||
Format Cells dialog box | Excel Programming |