Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Scott wrote:
Is there some syntax that will allow me to insert a function into a spreadsheet using oledb? I have tried using '=RTD("Server",,"Value", "Value"' but Excel interprets this as text. I assume the missing ) is a typo in your message. If you change the number format of the cell to be other than text and press F2 and then Enter does the function function? If so, then you may need to do the equivalent of that after getting the data in, something like: With ActiveCell.QueryTable.Columns(2) .NumberFormat = "General" .Formula = .Formula End With Bill Manville MVP - Microsoft Excel, Oxford, England No email replies please - reply in newsgroup |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Inserting "true" blanks with functions | Excel Worksheet Functions | |||
Inserting Rows and the affect on Functions | Excel Worksheet Functions | |||
efficiency: database functions vs. math functions vs. array formula | Excel Discussion (Misc queries) | |||
Inserting a row with functions | Excel Worksheet Functions | |||
Can I retain functions from a previous cell when inserting a new r | Excel Discussion (Misc queries) |