View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
T-容x[_16_] T-容x[_16_] is offline
external usenet poster
 
Posts: 1
Default Searching for a specific cell using a variable.


do you do it in VBA? maybe this will help...

Range("A" & x).Value = YourTextBox.Text

or

Cells(x, 1).Value = YourTextBox.Text

:)

SystemHack Wrote:
Is there any way to enter information into a specific cell in Exce
using a variable.

For example, if I had a textBox and wanted to move the information t
cell Ax. where x is the integer variable, is there any way to do that


--
T-容
-----------------------------------------------------------------------
T-容x's Profile: http://www.excelforum.com/member.php...fo&userid=2657
View this thread: http://www.excelforum.com/showthread.php?threadid=39894