Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a spreadsheet with a variety of formulas on it that I now need
to round to thousands. I tried to build a macro that edits the selected cell and inserts the Round function around the existing formulas as follows Public Sub AddRound() SendKeys ("{F2}") SendKeys ("{HOME}") SendKeys ("=round(") SendKeys ("{END}") SendKeys (",)") SendKeys ("{ENTER}") End Sub I get and invalid procedure call error message. Any suggestions and is this a good approach? Thanks Don |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Inserting Symbols with IF Function. | Excel Discussion (Misc queries) | |||
Inserting a function into a worksheet | Excel Discussion (Misc queries) | |||
Inserting an AutoDate Function | New Users to Excel | |||
Inserting a function | Excel Programming | |||
Inserting a SUM Function | Excel Programming |