salman Posted September 15, 2009 Posted September 15, 2009 Using VLISP How can we add rows, remove rows & search for records in excel sheets. I have looked at the excel object model reference but cannot get the job done, Any examle will be a big help. thanks Quote
Commandobill Posted September 15, 2009 Posted September 15, 2009 by "search for records" do you mean look for a value in a specific row or column? and as far as add or remove rows do you mean inserting rows and deleting all values in a row? Quote
gile Posted September 15, 2009 Posted September 15, 2009 Hi, You can get some inspiration from Terry Miller's GetExcel: http://autolisp-exchange.com/Forums/Forum3/F3T5P1.htm To find availabe methods and properties, run the vlax-dump-object function on the worksheet vla-object. Quote
salman Posted September 16, 2009 Author Posted September 16, 2009 by search records I mean finding values in cells of the spread sheet and then accessing that cell. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.