View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ian B Ian B is offline
external usenet poster
 
Posts: 8
Default how to use a cell value as the base for the name of a variable

I have a list of names stored in a worksheet and I want to use these to
define a set of variables.

I there anyway to do this

I tried this

Dim Sheets("names").Cells(1,1).Value As String

but with no luck

Ian B