Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I declared both a workbook and range and couldnt get my
formula to calculate non text for both the workbook and range. The reason i declared the workbook is because i wanted the formula to appear in another book. Thanks in advance ''''''''''''''''''''''''''''''''''Macro''''''''''' ''''''' Dim IDS As Range Dim Fname As String Fname = ActiveWorkbook.Name ActiveCell.Offset(0, 7).Select Range(Selection, Selection.End(xlDown)).Name = "IDS" ActiveWindow.ActivateNext ActiveCell.FormulaR1C1 = "=COUNT(FNAME&IDS)" '''This comes out as described above im stumped '''is it an indirect? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
search text in other workbooks | Excel Worksheet Functions | |||
Linking text Data between 2 workbooks | Excel Discussion (Misc queries) | |||
how do I combine workbooks, adding new text | Excel Discussion (Misc queries) | |||
sub vs. function bhavior regarding 'Workbooks' obj. functions | Excel Programming | |||
Exposing a function to other workbooks | Excel Programming |