Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Excel Macro
Name: Toby Date: November 7, 2005 at 06:49:36 Pacific OS: Win XP Prof. CPU/Ram: Pent. 3
Comment:
Hi,
I want to create a Macro in Excel which is able to copy the content from one sheet to another. But it's a little bit tricky: On one sheet the data is in row and should be copied to the other sheet in columns. Example: Sheet1 A4 to sheet2 A1 then sheet1 A5 to sheet2 B1 an so on. I do not know how to write the do until command for this in VBA. Could anybody help me?
Summary: I'm looking for some help running an excel macro as an automated task. The macro is supposed to create a data connection, import some data from a particular database, apply some formatting and formul...
Summary: Well see, the CSV is from the university database. It's the info on all the classes for the semester. Currently the university has no was to make postable schedules for each room. Thus, this excel mac...
Summary: I am new to Excel macro and I need your help. I have the following input data in Sheet 1: a1 b1 (a1 in cell A1, b1 in B2) a2 b2 (a2 in cell A2, b2 in cell B2) I need a macro to create the following ...