Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.windows.inetexplorer.ie6.browser,microsoft.public.excel.misc,microsoft.public.internetexplorer.general,microsoft.public.access.macros
external usenet poster
 
Posts: 1
Default Is this a "macroable" operation? What's the best solution?

Running XP Pro, 3ghz machine, 512 ram.

At work I get this Excel spreadsheet sent to me with plain text values
in it. Each row has maybe 25 values in it, each of which must be pasted
into a form field in IE 6, submitted, then I start pasting from the
next excel row into a new form. This form has your regular text fields,
a few checkboxes, one radio button, and a few drop-down selectors,
(such as choosing a U.S. state).

What macro application would be best suited for automating this, after
"teaching" it the exact keystrokes with the first row of data? Then I
imagine I would let the macro rip on all the subsequent rows?

All I do is use ctrl-c, ctrl-v, alt-tab to get between apps, the
spacebar to select checkboxes, and the Left-Right arrow keys to select
the radio button. I also use the first letter of the state to get
within key repeat range of the U.S state I want in a dropdown, and
sometimes use the up-down arrow keys for that.

Been doing this by hand for awhile, but have been too busy to explore
an automated solution.

Thanks for all your input!
Bob

  #2   Report Post  
Posted to microsoft.public.windows.inetexplorer.ie6.browser,microsoft.public.excel.misc,microsoft.public.internetexplorer.general,microsoft.public.access.macros
external usenet poster
 
Posts: 1
Default Is this a "macroable" operation? What's the best solution?

Hi Bo(m)b, again.

Where does the excel spreadsheet come from? A database? Access, Sql or
whatever. Where do the web forms come from (the same address/site?) and
where do they go?
The best business solution would eliminate all human intervention between
the data store and the data consumer (viz.. your job!) as human intervention
equates to a variable cost and a potential for errors in the
production/publishing process. (The weakest link in automated systems is the
loose nut holding the keyboard!)

The problem with Macros is variability. If both the inputs and outputs are
well known then they will work well, but they will break down once any
variability or change is introduced.

You could try a "Form Filler" like RoboForm or Gator (beware it bites!) to
fill in the static fields on your web forms like State, Country and or a
Macro to automate the cut and paste process. But again you would have to
weigh up the costs and benefits of each approach and discount the future
costs/benefits back to a NPV to access which is the best solution. The costs
of developing the macros could outweigh the cost savings of eliminating the
processing labor if the term of the process is short.

Hope my (non-) answer helps.

Regards.
"AtomicBob" wrote in message
ups.com...
Running XP Pro, 3ghz machine, 512 ram.

At work I get this Excel spreadsheet sent to me with plain text values
in it. Each row has maybe 25 values in it, each of which must be pasted
into a form field in IE 6, submitted, then I start pasting from the
next excel row into a new form. This form has your regular text fields,
a few checkboxes, one radio button, and a few drop-down selectors,
(such as choosing a U.S. state).

What macro application would be best suited for automating this, after
"teaching" it the exact keystrokes with the first row of data? Then I
imagine I would let the macro rip on all the subsequent rows?

All I do is use ctrl-c, ctrl-v, alt-tab to get between apps, the
spacebar to select checkboxes, and the Left-Right arrow keys to select
the radio button. I also use the first letter of the state to get
within key repeat range of the U.S state I want in a dropdown, and
sometimes use the up-down arrow keys for that.

Been doing this by hand for awhile, but have been too busy to explore
an automated solution.

Thanks for all your input!
Bob



  #3   Report Post  
Posted to microsoft.public.windows.inetexplorer.ie6.browser,microsoft.public.access.macros,microsoft.public.excel.misc,microsoft.public.internetexplorer.general
external usenet poster
 
Posts: 207
Default Is this a "macroable" operation? What's the best solution?

Bob,
Have you tried to save the Excel file as a Webpage (*.htm, *.html) ?
and posting that on the webpage in IE6?
:-)
"AtomicBob" wrote:

Running XP Pro, 3ghz machine, 512 ram.

At work I get this Excel spreadsheet sent to me with plain text values
in it. Each row has maybe 25 values in it, each of which must be pasted
into a form field in IE 6, submitted, then I start pasting from the
next excel row into a new form. This form has your regular text fields,
a few checkboxes, one radio button, and a few drop-down selectors,
(such as choosing a U.S. state).

What macro application would be best suited for automating this, after
"teaching" it the exact keystrokes with the first row of data? Then I
imagine I would let the macro rip on all the subsequent rows?

All I do is use ctrl-c, ctrl-v, alt-tab to get between apps, the
spacebar to select checkboxes, and the Left-Right arrow keys to select
the radio button. I also use the first letter of the state to get
within key repeat range of the U.S state I want in a dropdown, and
sometimes use the up-down arrow keys for that.

Been doing this by hand for awhile, but have been too busy to explore
an automated solution.

Thanks for all your input!
Bob


  #4   Report Post  
Posted to microsoft.public.windows.inetexplorer.ie6.browser,microsoft.public.excel.misc,microsoft.public.internetexplorer.general,microsoft.public.access.macros
external usenet poster
 
Posts: 1
Default Is this a "macroable" operation? What's the best solution?

AtomicBob wrote:
What macro application would be best suited for automating this, after
"teaching" it the exact keystrokes with the first row of data? Then I
imagine I would let the macro rip on all the subsequent rows?


Our Macro Scheduler product will do this for you. Macro Scheduler can
do it a number of ways. At the simplest level you could just record
keystrokes/mouse events. For more reliability, and if you are not
adverse to writing a bit of code, you can retrieve data from Excel
directly using VBScript or DDE and you can drive IE using VBScript or
our WebRecorder product. There are examples showing how to manipulate
Excel and IE with Macro Scheduler on our website.

So there are a number of ways to achieve what you want with Macro
Scheduler using different degrees of complexity.

You can read about Macro Scheduler he
http://www.mjtnet.com/macro_scheduler.htm

Marcus
http://www.mjtnet.com
Macro Scheduler for Windows and Software Process Automation

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Odd error - "This operation requires merged cells..." Maury Markowitz New Users to Excel 3 September 14th 06 01:54 AM
Using a Cell Operation for insertion into a Formula JCary Excel Discussion (Misc queries) 1 March 4th 06 12:22 AM
i forget my Microsoft Excel files password tell me the solution danish Excel Worksheet Functions 1 November 28th 05 02:13 PM
Show trial solution lui78 Excel Worksheet Functions 1 November 16th 05 10:35 AM
Generating excel combinations mark4006 Excel Discussion (Misc queries) 2 March 6th 05 04:40 PM


All times are GMT +1. The time now is 06:08 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"