ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Macro to edit cell (https://www.excelbanter.com/excel-programming/274947-re-macro-edit-cell.html)

steve

Macro to edit cell
 
Kevin,

Not absolutely sure how you want to go about this, but see if this helps

Dim x as Long ' requires whole numbers only, no decimals

x = InputBox("Enter new value")
ActiveCell.Value = x & Right(ActiveCell.Value, 6)

you could set x as String and it will accept numbers or text.
--
sb
"Kevin" wrote in message
...
I would like to edit the first 6 digits of a cell, leaving
the last 6 as is.





All times are GMT +1. The time now is 05:39 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com