Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This is my second time posting this question ... Please help!
I have 2 workbooks. One consist of a report cover page created with textboxes, shading, etc. The second workbook has all of my data. I would like to merge the two workbooks without losing any of my formatting. I have a macro that creates the data portion of my report and just want additional code to produce the report with an attached coversheet. Sub make_report2() ' ' ' Make_Report Macro ' Macro recorded 3/5/2008 by Someone ' ' Sheets("ENLDATA").Copy Befo=Sheets(2) Sheets("ENLDATA (2)").Select Sheets("ENLDATA (2)").Name = "ENLREPORT2" Cells.Select Selection.Sort Key1:=Range("A2"), Order1:=xlAscending, Key2:=Range("B2") _ , Order2:=xlAscending, Key3:=Range("C2"), Order3:=xlAscending, Header:= _ xlGuess, OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom End Sub ' Sheets("ENLREPORT2").Select ' ActiveWindow.SmallScroll Down:=94 ' Sheets("ENLREPORT2").Name = "ENLREPORT2" ' Sheets("ENLREPORT2").Select ' Range("R21").Select ' ActiveWorkbook.Close ' Workbooks.Open Filename:="H:\ss\enlformat2.xls" -- 53214920 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Automatically add a textbox to a user form based on user requireme | Excel Programming | |||
User form ComboBox Items: Remember user entries? | Excel Programming | |||
How to: User Form to assign a user defined range to a macro variab | Excel Programming | |||
User Defined Functions - Help Text - Make it Easy for the User | Excel Programming | |||
How to: Make user click End User License Agreement acceptance | Excel Programming |