How do i add the content of a cell to a variabele within visual basic
P pikus Jan 14, 2004 #2 var1 = Worksheets("Sheet1").Cells(1, 1).Value or: var1 = Worksheets(1).Cells(1, 1).Valu