B
BlueAngel
Good Morning Excel Gurus,
I am using MS Excel 2003. I have a file that that contains 3 sheets. I am
going to be using this file as a standard template in my company. So that
when we receive new work, this file can be pulled up and used from the onset
providing a standard reporting vehicle.
I am not a programmer by any stretch of the imagination. I do have an
understanding that VBA can be used to automate Excel. My question is can
someone help me out with the following:
Once a person opens up the excel file:
1-The file is opened as read only. (This will prevent someone from
corrupting the file)
2-either a pop up box appears when the file is opened that asks "What date
range is your Delivery Schedule? Please enter Start Date" or a radio button
is on the tool bar "Delivery Schedule". When this is executed the user will
be prompted to enter a start date then an end date.
3-Once the dates have been specified VBA would automatically populate the
sheet Named "Delivery schedule" with the date range starting in cell C2.
Example if the user entered Start date of April 15,2010 and End Date of July
6, 2010, Column C2:F2 would Populate as follows:
April-10 May-10 Jun-10 Jul-10
4-I would also like to format the text orientation at 90 degrees.
5-I would then like the program to prompt the user to save the file.
Thank in advance for your help,
I am using MS Excel 2003. I have a file that that contains 3 sheets. I am
going to be using this file as a standard template in my company. So that
when we receive new work, this file can be pulled up and used from the onset
providing a standard reporting vehicle.
I am not a programmer by any stretch of the imagination. I do have an
understanding that VBA can be used to automate Excel. My question is can
someone help me out with the following:
Once a person opens up the excel file:
1-The file is opened as read only. (This will prevent someone from
corrupting the file)
2-either a pop up box appears when the file is opened that asks "What date
range is your Delivery Schedule? Please enter Start Date" or a radio button
is on the tool bar "Delivery Schedule". When this is executed the user will
be prompted to enter a start date then an end date.
3-Once the dates have been specified VBA would automatically populate the
sheet Named "Delivery schedule" with the date range starting in cell C2.
Example if the user entered Start date of April 15,2010 and End Date of July
6, 2010, Column C2:F2 would Populate as follows:
April-10 May-10 Jun-10 Jul-10
4-I would also like to format the text orientation at 90 degrees.
5-I would then like the program to prompt the user to save the file.
Thank in advance for your help,