elias prascjh
New Member
- Joined
- May 4, 2022
- Messages
- 3
- Office Version
- 365
- Platform
- Windows
Hello,
I need some help with coding in Excel VBA.
I have a file with 2 worksheets, and I have to code a macro in VBA, but I do not know how this works...
In WS 1 there is data being added by some formulas that extract data from WS 2. I have to operate in WS1.
In column F there is added, what the current status is, I am only interested in " empty". When F has empty in it, then a check has to happen, if column G has "empty" already written into it. If it has, then the loop should ho to the next row.
If G has no "empty" in it, then "empty" should be added to G and the current date should be added into column H.
I would be very pleased if someone could help me with that, because I am pretty new to Excel..
Kind regards.
I need some help with coding in Excel VBA.
I have a file with 2 worksheets, and I have to code a macro in VBA, but I do not know how this works...
In WS 1 there is data being added by some formulas that extract data from WS 2. I have to operate in WS1.
In column F there is added, what the current status is, I am only interested in " empty". When F has empty in it, then a check has to happen, if column G has "empty" already written into it. If it has, then the loop should ho to the next row.
If G has no "empty" in it, then "empty" should be added to G and the current date should be added into column H.
I would be very pleased if someone could help me with that, because I am pretty new to Excel..
Kind regards.