Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() 'Public Function DisplayCellFunction(cellID1 As String, cellID2 As String) Public Function DisplayCellFunction(cellID1 As Integer, cellID2 As Integer) 'Copy formulas to the adjacent cell for visual verification 'Range(cellID1) = "'" & Range(cellID2).Formula Range("F26") = "'" & Range("d26").Formula End Function In the workbook I enter =DisplayCellFunction(F26, D26) I get a #Name Error =DisplayCellFunction("F26", "D26") I get a #Name Error =DisplayCellFunction(6, 6) I get a #Value! Error |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
wrong year | Excel Worksheet Functions | |||
Password box to remain open after wrong input | Excel Discussion (Misc queries) | |||
after entering certain number of times wrong password file can cur | Excel Discussion (Misc queries) | |||
Wrong date on my posts. | Excel Discussion (Misc queries) | |||
What is wrong with this =AVERAGE(IF formula? | Excel Worksheet Functions |