cheesypoofs
New Member
- Joined
- Mar 7, 2023
- Messages
- 9
- Office Version
- 365
- Platform
- Windows
Hello all! I am extremely new to VBA, so my question may be dumb or simple, but I haven't been able to find the answer anywhere... I am trying to make a sales tracker with a table range from A2:G103 including headers. Column G in that table will include a dropdown to select options such as offer sent, scheduled, installed, pending acceptance, cancelled, and so on. I have made a code to clear the full contents of the table, but I also want to create a macro to clear only the rows in the table that contain "installed, scheduled, and cancelled". I have tried fooling around with .Auto filter, but I might be missing something because it ends up deleting my table (save the headers). Any tips would be great!