Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I declared a book a specific name but and gave a range a
specific range. when I write the formula on an opposing workbook to count the amount of spaces it comes up as the formula not the value. If someone could help me out I'd appreciate it. Thanks in advance. Jeff 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&INS)" '''This comes out as described above im stumped |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Declare variables to a code? | Excel Discussion (Misc queries) | |||
Declare Variables in Array | Excel Discussion (Misc queries) | |||
How to declare a dynamic array | Excel Discussion (Misc queries) | |||
Declare Multidimensional Arrays | Excel Programming | |||
how to declare a class module | Excel Programming |