Excel Filter/Macro
Solved/Closed
LSKM
-
Jan 14, 2016 at 05:30 PM
vcoolio Posts 1411 Registration date Thursday July 24, 2014 Status Moderator Last seen September 6, 2024 - Jan 15, 2016 at 05:19 PM
vcoolio Posts 1411 Registration date Thursday July 24, 2014 Status Moderator Last seen September 6, 2024 - Jan 15, 2016 at 05:19 PM
Related:
- Excel Filter/Macro
- Spell number in excel without macro - Guide
- Safe search filter - Guide
- Excel marksheet - Guide
- Excel free download - Download - Spreadsheets
- Filter unknown senders android - Guide
3 responses
vcoolio
Posts
1411
Registration date
Thursday July 24, 2014
Status
Moderator
Last seen
September 6, 2024
262
Jan 15, 2016 at 05:06 AM
Jan 15, 2016 at 05:06 AM
Hello Loren,
Perhaps a look at the following link to a similar thread back in early December may give you a guide to a possible solution. I believe that your query is similar. The Poster did not bother to reply so we cannot be totally sure if it worked for him.
https://ccm.net/forum/affich-859527-vba-copying-data-to-new-sheets
In the above-mentioned thread, my post #2 has a code which should work for you also although you need to ignore lines 14 - 21 of that code (this part creates new named sheets which you won't need to do).
There is a DropBox link in the same post which shows how the code works.
Have a look and let us know what you think. If it suits, we should be able to sort something out for you.
Cheerio,
vcoolio.
Perhaps a look at the following link to a similar thread back in early December may give you a guide to a possible solution. I believe that your query is similar. The Poster did not bother to reply so we cannot be totally sure if it worked for him.
https://ccm.net/forum/affich-859527-vba-copying-data-to-new-sheets
In the above-mentioned thread, my post #2 has a code which should work for you also although you need to ignore lines 14 - 21 of that code (this part creates new named sheets which you won't need to do).
There is a DropBox link in the same post which shows how the code works.
Have a look and let us know what you think. If it suits, we should be able to sort something out for you.
Cheerio,
vcoolio.
If you have data that is being updated, a spreadsheet is not the platform for that. You need a database to make these record changes. Then run a report based on what value you wish to query!
vcoolio
Posts
1411
Registration date
Thursday July 24, 2014
Status
Moderator
Last seen
September 6, 2024
262
Jan 15, 2016 at 05:19 PM
Jan 15, 2016 at 05:19 PM
Hello Loren,
That's great! It's called using your initiative!
I'm glad that I was able to help out in a small way. If you ever get stuck, just call back and we'll see what we can do for you.
Good luck!
Cheerio,
vcoolio.
That's great! It's called using your initiative!
I'm glad that I was able to help out in a small way. If you ever get stuck, just call back and we'll see what we can do for you.
Good luck!
Cheerio,
vcoolio.
Jan 15, 2016 at 10:00 AM
Thanks for the links! While I didn't use your code, your response helped shed some light and point the way to another idea: I saved my excel workbook as macro compatible, then recorded a macro as a key command that I can use in the future to copy the necessary contacts from the MASTER worksheet to their designated worksheet. It keeps all the contacts up to date and it's relatively easy to maintain since all the editing still takes place in the MASTER worksheet.
Much appreciated!
- Loren