Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Before running Macro3() below I select in my spreadsheet Range(G13:G42)
then I switch sheets to Select a range from another sheet range(C64:AF64) At conclusion of Macro3() my Range(G13:G42) show #NAME?;; When I do this manually (with Record macro On) the argument within the Transpose function shows "=TRANSPOSE(Daily!R[51]C[-4]:R[51]C[25])" It works - NO PROBLEMS - But I can't understand R1C1 - Sub Macro3() ' ' Macro3 Macro ' Macro recorded 5/30/2006 by Jim May Dim MySourceRng As Range Set MySourceRng = Application.InputBox("Point, Click and Highlite Source Range", Type:=8) Selection.FormulaArray = "=TRANSPOSE(MySourceRng(0,0))" End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
v-look up - no results | Excel Worksheet Functions | |||
#NAME? and other results. | Excel Discussion (Misc queries) | |||
Conditional Sum Argument results do not equal cell results Excel | Excel Worksheet Functions | |||
Wanting to write results to array instead of sheet, results overwriting.... | Excel Programming | |||
How can I list the results of my macro without overwritng previous results? | Excel Programming |