Importing an Excel Calendar vacation into Ms Access

cstlaurent

Board Regular
Joined
Jan 14, 2005
Messages
182
Hi

I am not use with VBA in Excel. I am trying to undrestand but not there yet. I am trying to facilitate capturing our vacation calendar in Access instead of building the tools completely in Access. I figure to write some code to look in a given selected area and return the name an the week where an X is place.

The vacation are kept in a Excel format such as:

Week 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Name1 x x x
Name2 x x
Name3 x x x

What I would like to have is this info send to an Access Table.

Tehcnician -- Week --
Name1 8
Name1 9
Name1 13
Name2 3
Name2 4
Name3 8
Name3 9
Name3 10

Hope you understand what I am looking for, Any help will be appreciate.

Thanks.
 

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).

Forum statistics

Threads
1,213,487
Messages
6,113,938
Members
448,534
Latest member
benefuexx

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