Use table or range for this application?

RobertSF

Board Regular
Joined
Jun 20, 2017
Messages
104
We have a mailbox that receives work requests. We will use Excel to get the emails from Outlook, extract the work request information from each, and create a spreadsheet. Someone will go over the spreadsheet and assign names to each work request, and then VBA will "chop" the spreadsheet into smaller spreadsheets, each with the work assigned to each person. In other words, we'll take master_work.xlsx and create from it bob_work.xlsx, joe_work.xlsx, betty_work.xlsx, etc.

This will involve sorting the table/range and extracting row ranges for each person. My question is: do Excel tables have features that make this easier than ordinary ranges in VBA? (e.g. NOT mouse and keyboard manipulation).

I've read about the nice features tables have regarding formatting, named columns, total rows, etc., but this application requires none of that.
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
Hey, thanks for that link. I've been looking more into it, and it looks like most of the benefits of tables are for end users. From a VBA point of view, it doesn't seem that it's any simpler to deal with tables than it is with ranges.
 
Upvote 0

Forum statistics

Threads
1,216,112
Messages
6,128,901
Members
449,477
Latest member
panjongshing

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top