Hello everyone, so here's the information on my workbook and code;
- I have 2 worksheets; Sheet1 where I have a range of values in column A and Sheet2 where my code runs
Here's part of my code
Dim c As Integer
c = Worksheets("Sheet1").Cells(16, "A").Value
Sheets("Sheet2").Select
Rows(c &...