Drueckeberger
New Member
- Joined
- Jan 24, 2019
- Messages
- 2
Hi,
I am new to this forum and need your professional help. Thank you in advance
Here is my problem:
I have a sheet, lets call it "Statement". In this sheet I have to copy different data sets that always have the same structure. However the amount of rows varies massively. Sometimes the statement data can be 10000 lines, sometimes only 5. Also there are two versions of data sets. So two different structures.
What I want to achieve is that when I run the marco, that all content or all rows after the appearance of a specific string are deleted.
My problem is, that sometimes that string A and String B can either be in A10000 or A5 or A823 (but always column A).
So basically:
(string A and B can simply be defined in the module, as they are always the same)
I think this is easy for you, unfortunately not for me
Thanks for you help.
I am new to this forum and need your professional help. Thank you in advance
Here is my problem:
I have a sheet, lets call it "Statement". In this sheet I have to copy different data sets that always have the same structure. However the amount of rows varies massively. Sometimes the statement data can be 10000 lines, sometimes only 5. Also there are two versions of data sets. So two different structures.
What I want to achieve is that when I run the marco, that all content or all rows after the appearance of a specific string are deleted.
My problem is, that sometimes that string A and String B can either be in A10000 or A5 or A823 (but always column A).
So basically:
- when running the macro
- find string A or string b in column A
- then delete all content/rows below
(string A and B can simply be defined in the module, as they are always the same)
I think this is easy for you, unfortunately not for me
Thanks for you help.