![]() |
Change cell data
I good with VB in access but have never used in excel.
I would like to create a button to change cell data using an input box. I know how to use the input box but I don't know how to make the cell = to the variable please help thanks, Robert |
Change cell data
A specific cell?
if so range("C2").value=variable will do it |
Change cell data
Range("A1").Value = InputBox("What is the value for cell A1?")
-- - K Dales "Robert_DubYa" wrote: I good with VB in access but have never used in excel. I would like to create a button to change cell data using an input box. I know how to use the input box but I don't know how to make the cell = to the variable please help thanks, Robert |
All times are GMT +1. The time now is 06:05 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com