Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
How do i
1) put a button on on worksheet that when selected 2) will change any/all entered values of certain cells back to a default value |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
sub resetdefaults
range("a1")=1 range("a2")="Hi" etc end sub -- Don Guillett SalesAid Software "JcR" wrote in message ... How do i 1) put a button on on worksheet that when selected 2) will change any/all entered values of certain cells back to a default value |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Linking Groups of cells between workbooks | Excel Discussion (Misc queries) | |||
How do I reset the default colours in a line graph | Charts and Charting in Excel | |||
Establish Default Titles For Drop Windows And Reset Button | Excel Discussion (Misc queries) | |||
Establish Default Titles For Drop Windows And Reset Button | New Users to Excel | |||
To safety merge cells without data destroyed, and smart unmerge! | Excel Discussion (Misc queries) |