QUESTION POSED ON: 06 February 2004 I am somewhat inexperienced at working with agents and have been trying to export data from a view on the Web (from a browser) into an Excel spreadsheet. I have found agents "out there" that claim to do this, but none of them seem to work. Here's one LotusScript example of what I have tried.
Placing this formula in an Action:
@Command([ToolsRunMacro];
"Export All To Excel")
The Agent is called Export All To Excel
The Agent consists of this info:
Option Public
Use "Export All To Excel"
________________________
Initialize:
Sub Initialize
Call ExportViewToExcel("All")
End Sub
_____________________________
If you can guide me to a solution I'd appreciate it. Thank you.
>
Read the article Keeping the boss happy on Codestore.net. I tried the examples there some time ago, and they did work.
Do you have comments on this Ask the Expert Q&A? Let us know.
Search and Browse the Expert Answer Center Search and browse more than 25,000 question and
answer pairs from more than 250 TechTarget industry experts.
TechTarget provides technology professionals with the information they need to perform their jobs - from developing strategy, to making cost-effective purchase decisions and managing their organizations' technology projects - with its network of technology-specific websites, events and online magazines.