Jump to content
Macro Express Forums

libtech

Members
  • Posts

    2
  • Joined

  • Last visited

libtech's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Thanks for both replies, I don't know much about writing code - I do it from macro command list rberg could you insert suggested code into my code with if and end loops. Thanks for your help
  2. Hi, I need some help with the macro that adds 48 holdings and corresponding item records for different library locations - here I included only the code for 2 locations (algo and bran) When I run the macro it updates only first few locations and then it closes the record...I tried adding delay 300 milliseconds but it didn't help. Thanks in advance Text Type: <ALT>r Delay 300 Milliseconds Text Type: e Delay 300 Milliseconds Text Type: <TAB> Text Type: <TAB> Text Type: <TAB> Text Type: <TAB> Text Type: <TAB> Text Type: <TAB> Text Type: <TAB> Text Type: <TAB> Text Type: <F8> Delay 300 Milliseconds Text Type: <DELETE> Text Type: <DELETE> Delay 300 Milliseconds Text Type: algo Delay 300 Milliseconds Text Type: <CTRL>b Delay 300 Milliseconds Text Type: <ENTER> Delay 300 Milliseconds // create algo item record Text Type: <ALT>r Delay 300 Milliseconds Text Type: t Delay 300 Milliseconds Text Type: <CTRL>b Delay 300 Milliseconds Text Type: <ENTER> Delay 300 Milliseconds Text Type: <ALT>f Delay 300 Milliseconds Text Type: c Delay 300 Milliseconds Text Type: <ALT>f Delay 300 Milliseconds Text Type: c Delay 300 Milliseconds // create bran holding record Text Type: <ALT>r Delay 300 Milliseconds Text Type: e Delay 300 Milliseconds Text Type: <TAB> Text Type: <TAB> Text Type: <TAB> Text Type: <TAB> Text Type: <TAB> Text Type: <TAB> Text Type: <TAB> Text Type: <TAB> Text Type: <F8> Delay 300 Milliseconds Text Type: <DELETE> Text Type: <DELETE> Delay 300 Milliseconds Text Type: bran Delay 300 Milliseconds Text Type: <CTRL>b Delay 300 Milliseconds Text Type: <ENTER> Delay 300 Milliseconds // create bran item record Text Type: <ALT>r Delay 300 Milliseconds Text Type: t Delay 300 Milliseconds Text Type: <CTRL>b Delay 300 Milliseconds Text Type: <ENTER> Delay 300 Milliseconds Text Type: <ALT>f Delay 300 Milliseconds Text Type: c Delay 300 Milliseconds Text Type: <ALT>f Delay 300 Milliseconds Text Type: c Delay 300 Milliseconds // create bruc holding record Text Type: <ALT>r Delay 300 Milliseconds Text Type: e Delay 300 Milliseconds Text Type: <TAB> Text Type: <TAB> Text Type: <TAB> Text Type: <TAB> Text Type: <TAB> Text Type: <TAB> Text Type: <TAB> Text Type: <TAB> Text Type: <F8> Delay 300 Milliseconds Text Type: <DELETE> Text Type: <DELETE> Delay 300 Milliseconds Text Type: bruc Delay 300 Milliseconds Text Type: <CTRL>b Delay 300 Milliseconds Text Type: <ENTER> Delay 300 Milliseconds
×
×
  • Create New...