saschmeling
New Member
- Joined
- Jun 27, 2012
- Messages
- 39
Hi,
I am working with VBA and automating a spreadsheet that we do. We import and SSRS report into Excel, then perform certain tasks on it. However for one of the lines, it is giving the following error:
Is there a way in VBA to set Row 1 as a header row?
Thanks in advance,
Scott
I am working with VBA and automating a spreadsheet that we do. We import and SSRS report into Excel, then perform certain tasks on it. However for one of the lines, it is giving the following error:
Code:
Microsoft Excel Cannot determine which row in your list or selection contains column labels, which are required for this command.
Is there a way in VBA to set Row 1 as a header row?
Thanks in advance,
Scott