| Thread | Last Post | Replies |
|
| Create Export CSV file From Worksheet | 21 Nov 2007 17:03 GMT | 1 |
I would like to export my SAVES worksheet to a new spreadsheet. I would like to copy only Cells A25 to ZT65536. Path to new spreadsheet is: C:\Temp File Name is: SAVES.csv
|
| copy previous row down 5 rows | 21 Nov 2007 16:50 GMT | 9 |
Dim Cnt As Integer I'm try to insert 5 new rows, then copy the previous row down thru the next 5 rows. I'm have some problem in getting it to work. Need help. Thanks
|
| select range | 21 Nov 2007 16:15 GMT | 2 |
hi, i have the following: dim x as integer for x = 1 to lastcol
|
| Auto IsError | 21 Nov 2007 16:07 GMT | 2 |
I found this code online from Microsoft that automatically changes a formula to an ISERROR formula using your original formula... http://support.microsoft.com/kb/213387 It works awesome, but it only does one cell at a time. I have been trying,
|
| Page Setup not working in macro | 21 Nov 2007 16:03 GMT | 1 |
I have a macro which I have recorded and does everything I need it to except changing the page setup infromation. I receive no errors but it does not even put the header or change the orientation, Any help would be much appreciated.
|
| rearrange Columns according to predefined order | 21 Nov 2007 15:15 GMT | 1 |
I have a file lets name it file One Xl Sheet that has 10 Colums and Another file two one that has 50 I would liketo rearrange the file one colums in such an order to match the order in file B. So for example input
|
| Refresh Data | 21 Nov 2007 15:06 GMT | 3 |
I have a workwheet that is using a lookup table. Everything works fine except when I update (change) the data in the lookup table. I have confirmed the location of the lookup table but just does not want to update the data in the worksheet.
|
| Please help with my code | 21 Nov 2007 14:53 GMT | 21 |
I have 2 worksheets, "Sheet 1" and "Sheet 2". First, my code checks the length of Cell "E26" in "Sheet 1". If the length of E26 is not equal to 6, delete the records (entire row) in "Sheet 2" with the values "A-1", "B-1" and "C-1" in column F of Sheet 2. Then move the records ...
|
| Beginner macro programming question | 21 Nov 2007 14:49 GMT | 8 |
Hi, I want to automate a simple task but know nothing about Excel macro programming. The macro recorder doesn't do what I want so I guess I need to write something. I'd like to perform the following steps in a macro:
|
| How to resize worksheet | 21 Nov 2007 14:39 GMT | 3 |
Could someone point me in the right direction for how to resize a worksheet. I have a macro that deletes a lot of rows. After is finishes, I want to hit "ctrl+A" but it grabs the original number of uses cells. Make Sense?
|
| Open MS Project From Excel & read Task Properties List | 21 Nov 2007 14:27 GMT | 8 |
I want to open a MS Project file and create a list of the Task table field names. (e.g. ID, Name, Start, Finish, etc.) I want the complete list of field names to populate to an Excel worksheet. I am looking for code to do two things:
|
| Dynamic graph | 21 Nov 2007 14:23 GMT | 1 |
Hi Excel Gurus. I would like to make a dynamic graph-plot - the dynamic part consists of buttons next to the graph plot, where you can turn certain plots "on and off".
|
| UserName Function: Not Working | 21 Nov 2007 14:00 GMT | 6 |
I used this little trick in the office for a few recent projects: http://www.j-walk.com/ss/excel/tips/tip94.htm It works perfectly fine on the machines in the office, with the exception of one machine. As far as I can tell, we have all the MS critical updates for
|
| Programatically Filter a protected shared worksheet | 21 Nov 2007 13:53 GMT | 1 |
How can I filter a protected shared worksheet? 1. I have allowed filtering in protection & can filter the protected worksheet manually but if I try using code it says its protected. Code used to filter Selection.AutoFilter Field:=3, Criteria1:="LK"
|
| Copy Sheets to RAM and back | 21 Nov 2007 13:50 GMT | 5 |
I right now copy a sheet inside a "Variant" matrix using a command like sheet.Cells(y,x) = matrix(y,x) and back matrix(y,x) = sheet.Cells(y,x)
|