I am copying and pasting data into blocks of cells which move down the spreadsheet in regular blocks for each brand - I am therefore trying to create a variable linked to Brand Number, but am receiving this error.
Hopefully a simple one, hoping somebody can help!
Dim StartCell1 As String
Dim BrandNumber As Integer
Dim DblQuote As String
StartCell1 = vbDblQuote + "B" + CStr((3 + (27 * (BrandNumber - 1)))) + vbDblQuote
BrandNumber = 1
Range(StartCell1).Select
Run-time error '1004':
Method 'Range' of object '_Global' failed