ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Change cell data (https://www.excelbanter.com/excel-programming/361342-change-cell-data.html)

Robert_DubYa

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

[email protected]

Change cell data
 
A specific cell?

if so range("C2").value=variable will do it


K Dales[_2_]

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