Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi All,
I hv a excel file with above 203 rows, and 54 columns, It is required to view these perodically and generate report. I hv tried to make a userform with two text boxes where user can enter the range row wise only (e.g A1 and A53), after entering and clicking the command button the data of this particular row range will be copied and pasted as transposed in sheet 2 after which the user can print this sheet. Im not too worried about the formats or print view stuff, just like to make this work, I'll appreciate if anyone can help... I tried the following code but getting errors, Private Sub CommandButton1_Click() ' ' Sheets("Sheet1").Select Range("ActiveCell.Value = Cell_txt_1.Value:ActiveCell.Value = Cell_txt_2.Value").Select Selection.Copy Sheets("Sheet2").Select Selection.PasteSpecial Paste:=xlPasteAll, Operation:=xlNone, SkipBlanks:= _ False, Transpose:=True End Sub Regards OK |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Report one value out of a range | Excel Worksheet Functions | |||
How do I enter formula sum(range+range)*0.15 sumif(range=3) | Excel Discussion (Misc queries) | |||
How do I show the report filter items in a range of cells? | Excel Discussion (Misc queries) | |||
why report manager ignores the range set in the scenario | Excel Discussion (Misc queries) |