johnkjohnjr
New Member
- Joined
- Sep 30, 2023
- Messages
- 4
- Office Version
- 2016
- Platform
- Windows
- Mobile
Hi All,
I am excited to join this platform as my interest in such forums have increased recently considering the repetitive tasks at hand.
Currently I am trying to create a macro using "Record Macro" option in Excel. On a weekly basis I receive data (demand file with required delivery dates, product ID numbers & quantities) from my client which typically fits into a standard format I have created in excel, followed by a series of tasks to visualize the data in a month wise format for updating my team at work.
The number of lines are not the same for every week hence I manually select all data by : go to cell A1 and press "Ctrl + Shift + right arrow key" , then "Ctrl + Shift + down arrow key". And then I create a pivot in the same work sheet. I then copy and paste this pivot as values into a separate sheet for updating. In this separate sheet , I have to consider the running month (current month) and select next 11 cells in series (Shift + right arrow key) and the corresponding data (Ctrl + Shift + down arrow key).
I would appreciate some guidance on how to resolve 3 current gaps I am facing since I am not familiar with using VB editor for debug :
1) Recording "Ctrl+Shift+any arrow key"
2) Recording " Ctrl + arrow key"
3) Using "Ctrl + F" to find current month and then select next 11 cells to the right (as mentioned above)
Thanks for taking the time on this.
I am excited to join this platform as my interest in such forums have increased recently considering the repetitive tasks at hand.
Currently I am trying to create a macro using "Record Macro" option in Excel. On a weekly basis I receive data (demand file with required delivery dates, product ID numbers & quantities) from my client which typically fits into a standard format I have created in excel, followed by a series of tasks to visualize the data in a month wise format for updating my team at work.
The number of lines are not the same for every week hence I manually select all data by : go to cell A1 and press "Ctrl + Shift + right arrow key" , then "Ctrl + Shift + down arrow key". And then I create a pivot in the same work sheet. I then copy and paste this pivot as values into a separate sheet for updating. In this separate sheet , I have to consider the running month (current month) and select next 11 cells in series (Shift + right arrow key) and the corresponding data (Ctrl + Shift + down arrow key).
I would appreciate some guidance on how to resolve 3 current gaps I am facing since I am not familiar with using VB editor for debug :
1) Recording "Ctrl+Shift+any arrow key"
2) Recording " Ctrl + arrow key"
3) Using "Ctrl + F" to find current month and then select next 11 cells to the right (as mentioned above)
Thanks for taking the time on this.