Jump to content

Incremental copy paste


Recommended Posts

@Jfish starting the loop at $i=1 to $lastRow gives me the same results.

I hope that I’m explaining it correctly. I can't seem to get the _ArrayToClip to move down the list of the array after each cycle of $i.

(Example: first cycle of $i=0, this would take “Test1” and place it into the clipboard where the rest of my code will run. $i=1 will take “2” and place it into the clipboard where the rest of my code will run, and so on until $lastRow)

Thank you for the help and I apologize if my explanation is confusing or just off

Link to comment
Share on other sites

On 18.4.2016 at 7:16 PM, Jfish said:

@water I did not notice $xlUp in the excel constants.  I know you could probably fill that file to a crazy size if you added everything but wondering if would consider adding it?

Only constant enumerations used in the UDF have been added to the ExcelConstants.au3 file. That's to not bloat the UDF and not to interfere with other UDFs (like ExcelChart).
But you can always create your own UDF with often used constants not contained in other UDFs ;)

My UDFs and Tutorials:

Spoiler

UDFs:
Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki
ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts
OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki
OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download
Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki
PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki
Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki

Standard UDFs:
Excel - Example Scripts - Wiki
Word - Wiki

Tutorials:
ADO - Wiki
WebDriver - Wiki

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...