jossha1990
New Member
- Joined
- Sep 6, 2022
- Messages
- 2
- Office Version
- 365
- Platform
- Windows
i need to create a macro to skip actions if their id matches to the list in another sheet in that excel
for example something like : if Actions.setid matches id in sheet2 then I need to skip to next action
For Each action In Enable.ConnectActions
If Action.setid IN (sheet2)
for example something like : if Actions.setid matches id in sheet2 then I need to skip to next action
For Each action In Enable.ConnectActions
If Action.setid IN (sheet2)