Team,
I have an Excel workbook that is used to generate a seating chart that displays relevant data by code. Currently, the way that it works is that I copy and paste the data from another workbook, then I do a past special with values to eleimate formulas, and then run a coversion macro that I built which coverts the information to numbers.
For example, in the original sheet, schedules are listed as "8AM to 5PM", "7AM to 4PM", etc. and the macro converts those to numeric values between 1 and 11 depending on which schedule it is with a series of find and replaces. It does the same thing with a few other columns. Then, the seating chart sheet pulls the relevant data and displays it.
What I would like to do is eliminate the need to copy and paste by bringing the sta over automatically, which is not a problem.
The piece that I am puzzled on, though, is how I can then get the data to be automatically converted to the proper numerical equivalaent without having to do the paste special (which would eliminate all of the formulas that I have used to to pull the data and put it in the correct palces) and without having to run the macro. That way I can make changes to the source document and the seating chart will automatically be correct at all times.
Let me know if anyone has any ideas.
Thanks for the help in advance.
CP
I have an Excel workbook that is used to generate a seating chart that displays relevant data by code. Currently, the way that it works is that I copy and paste the data from another workbook, then I do a past special with values to eleimate formulas, and then run a coversion macro that I built which coverts the information to numbers.
For example, in the original sheet, schedules are listed as "8AM to 5PM", "7AM to 4PM", etc. and the macro converts those to numeric values between 1 and 11 depending on which schedule it is with a series of find and replaces. It does the same thing with a few other columns. Then, the seating chart sheet pulls the relevant data and displays it.
What I would like to do is eliminate the need to copy and paste by bringing the sta over automatically, which is not a problem.
The piece that I am puzzled on, though, is how I can then get the data to be automatically converted to the proper numerical equivalaent without having to do the paste special (which would eliminate all of the formulas that I have used to to pull the data and put it in the correct palces) and without having to run the macro. That way I can make changes to the source document and the seating chart will automatically be correct at all times.
Let me know if anyone has any ideas.
Thanks for the help in advance.
CP