Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 244
Default Change cell data

A specific cell?

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

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,163
Default 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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
change the display data format cell already contain data as date Harun Excel Discussion (Misc queries) 2 March 1st 10 11:48 AM
change cell data without leaving cell? George[_10_] Excel Discussion (Misc queries) 2 October 3rd 09 03:06 AM
change cell colour when cell data changes Stefi Excel Discussion (Misc queries) 5 June 26th 09 09:21 AM
Change color of cell when different cell has data entered B J G Excel Discussion (Misc queries) 1 October 18th 07 07:59 PM
How do I change cell color based upon data range within the cell? Chris Sanders Excel Worksheet Functions 1 March 6th 06 08:59 PM


All times are GMT +1. The time now is 01:00 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"