Search found 1 match
- Mon Mar 31, 2008 3:50 pm
- Forum: Technical / Scripting
- Topic: Excel macro raising errors within VBSTART/END Block
- Replies: 1
- Views: 3285
Excel macro raising errors within VBSTART/END Block
Hi, Scenario: There are two Excel files, say F1 & F2, both open. Need to sort data in F2, identify if there are any records that meet a certain criteria, and if there are, then to copy those records and paste them to F1. This works well within a macro within a third Excel but I'm trying to do this f...