Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi again, I wish to put a macro one button on menu sheet which would
allow me to select which day of the week sheet I have a wordart Rec Day stamped on. At the moment I have 6 buttons with macros attached and the user selects which day. But I think it would be more polished if they just pressed one button and selected which day to have it put on. Can this be done?? The code I have attached to the button is as follows. TueREC Macro ' Macro recorded 1/23/2007 by * ' Application.ScreenUpdating = False Sheets("Tuesday").Select ActiveSheet.Shapes.AddTextEffect(msoTextEffect1, "REC LEAVE", "Arial Black", _ 44#, msoFalse, msoFalse, 324#, 274.5).Select Selection.ShapeRange.IncrementLeft -177.75 Selection.ShapeRange.IncrementTop -190.5 Selection.ShapeRange.ScaleWidth 1.33, msoFalse, msoScaleFromTopLeft Application.CommandBars("WordArt").Visible = False Range("G20").Select Sheets("menu").Select End Sub Once again a big thankyou to who ever answers.... |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
IF statement | Excel Discussion (Misc queries) | |||
macro | Excel Discussion (Misc queries) | |||
Sum up columns in different sheet with error check | Excel Discussion (Misc queries) | |||
Using a relative SHEET reference for source data in a chart | Charts and Charting in Excel | |||
Does excel recognise names rather than cells? | Excel Worksheet Functions |