I'd like to create a macro to run the find menu (Ctrl+F). I think it is probably quite simple but don't know the correct code to make it show. I tried recording it but can't stop while the find menu is open.
Ideally I'd like to make a custom form along the lines of
Dim Query As String
Query =...
I have set up my workbook to run this nested macro:
Application.Run "'week-template.xls'!InsertRow"
Now I realise when saving the workbook under a different name this isn't going to work anymore. Is there a different way of coding this so that it will work. I'm thinking maybe to just...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.