VBAIntermediate
New Member
- Joined
- May 8, 2018
- Messages
- 10
Hey,
Is there a way to write the below more sucinctly
As depending on what happens I will need to write the above between 3-10 times, is there a way to write that more eloquently than a copy and paste 3times, 4times ect ?
Is there a way to write the below more sucinctly
Code:
Application.SendKeys "{ENTER}", True
Application.SendKeys "{ENTER}", True
Application.SendKeys "{ENTER}", True
Application.SendKeys "{ENTER}", True
Application.SendKeys "{ENTER}", True
As depending on what happens I will need to write the above between 3-10 times, is there a way to write that more eloquently than a copy and paste 3times, 4times ect ?