View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
ecando[_2_] ecando[_2_] is offline
external usenet poster
 
Posts: 1
Default A variable in VB

Chip Pearson wrote:
[b]Try something like

Dim R As Long
Dim C As String
R = 12
C = "B"
Cells(R,C).Value = myVariable


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


EXACTLY what I need ...
Thanks Chip
:)


---
Message posted from http://www.ExcelForum.com/