Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
A specific cell?
if so range("C2").value=variable will do it |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
change the display data format cell already contain data as date | Excel Discussion (Misc queries) | |||
change cell data without leaving cell? | Excel Discussion (Misc queries) | |||
change cell colour when cell data changes | Excel Discussion (Misc queries) | |||
Change color of cell when different cell has data entered | Excel Discussion (Misc queries) | |||
How do I change cell color based upon data range within the cell? | Excel Worksheet Functions |