Jacob John
New Member
- Joined
- Aug 24, 2011
- Messages
- 5
Hi all,
I am an amateur in VBA and has been working with a huge amounts of excel data which my boss gave me. I am stuck at one point and hope someone can help me further. The situation is as follows
Thanks for the help
Jacob
I am an amateur in VBA and has been working with a huge amounts of excel data which my boss gave me. I am stuck at one point and hope someone can help me further. The situation is as follows
- The excel file contains headers and hence filters are used
- After filtering, some of the columns are hidden
- The range that I need to copy starts from, lets say I500 to AF(until the last filled column in AF.
- Catch is, there are many rows that are filtered, hence after I500 the next row that I need to copy is I586 and so on.
- From I to AF after hiding many columns are just 5 columns left to copy. So need to consider the hidden parameter as well as the filtered parameter.
- This sheet is updated monthy and hence new data falls in.
- Which again needs to be automatically selected and copied for another excel file to work. (Hence I asked for last available data in these columns)
Thanks for the help
Jacob