Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I added the following macro to my workbook, and then added a button
(Tools/Customize/Categories/Macros - click and drag "Custom Button" to the toolbar). It works, but now whenever I open a new workbook, Excel opens Book1 behind whatever workbook that I have opened. I want this Macro to work in any workbook that I open. (It's used to put a check into a cell. Any suggestions? Thanks! Sub CheckCell() Selection.Font.Bold = True Selection.Font.Name = "Symbol" Selection.Value = Chr(214) End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
LEN function in XL97 | Excel Discussion (Misc queries) | |||
XL97 changes filenames upon open | Excel Discussion (Misc queries) | |||
Macro created in XL2000 not working in XL97 | Excel Programming | |||
Web Query Failure using url.CFM with xl97 | Excel Programming | |||
UDF returns #value in XL97 | Excel Programming |