Multiple Query in once button in same sheet
Closed
Raju
-
Jun 24, 2016 at 02:38 PM
vcoolio Posts 1411 Registration date Thursday July 24, 2014 Status Moderator Last seen September 6, 2024 - Jun 25, 2016 at 04:00 AM
vcoolio Posts 1411 Registration date Thursday July 24, 2014 Status Moderator Last seen September 6, 2024 - Jun 25, 2016 at 04:00 AM
Related:
- Multiple Query in once button in same sheet
- Sheet right to left in google sheet - Guide
- At button - Guide
- Mark sheet in excel - Guide
- Windows network commands cheat sheet - Guide
- How to delete multiple files at once - Guide
1 response
vcoolio
Posts
1411
Registration date
Thursday July 24, 2014
Status
Moderator
Last seen
September 6, 2024
262
Jun 25, 2016 at 04:00 AM
Jun 25, 2016 at 04:00 AM
Hello Raju,
By queries I assume that you mean macros. If so, you can have your main macro call the other one just by placing the name of the second macro (without the parentheses) just above End Sub in the main macro.
For example:-
I hope that this helps.
Cheerio,
vcoolio.
By queries I assume that you mean macros. If so, you can have your main macro call the other one just by placing the name of the second macro (without the parentheses) just above End Sub in the main macro.
For example:-
Sub MainMacro() 'your code here 'Second Macro Name here ---->No parentheses needed. End Sub
I hope that this helps.
Cheerio,
vcoolio.