| Thread | Last Post | Replies |
|
| Sort beginning one-line BELOW what should be | 21 Jan 2006 15:13 GMT | 10 |
In a macro I have ;;; Lines ;;; not shown.. Range("A5").Select
|
| Problem in WITH/END WITH code snippet | 21 Jan 2006 14:59 GMT | 2 |
Gang - In set range r this code works: With r .formula = .value
|
| Sort Combobox List | 21 Jan 2006 14:53 GMT | 1 |
I would like to sort a combox List by ascending order. Currently, my macro does the following fine, need additional code to sort the data, many thks Private Sub ComboBox1_DropButtonClick()
|
| Userform Issue | 21 Jan 2006 14:27 GMT | 3 |
I have several user form. With one, when it appears on the screen, you can select and move it around and have many, many images of it on the screen. I use the following for all forms: application.screenupdating = true
|
| Form Button - Select Row | 21 Jan 2006 13:44 GMT | 4 |
I'm looking to create a macro which will run from a Form Button. Form buttons will be located at the end of each row. How can I make the form button select the cells in the row that the form button is on? For example if the active cell is c12 and I press the form button at the ...
|
| Do Until with Multiple Conditions | 21 Jan 2006 12:29 GMT | 1 |
Please help me to make my Do Until Loop work with multiple conditions. The outcome is correct using just one condtion (either works), but when I try to use both, the loop goes one too many iterations. Public Function SetNextDate()
|
| Help with a function | 21 Jan 2006 12:02 GMT | 5 |
Hello. I'm quite new to excel VBA and could really use help with a function. Here's the situation. When judging dance competitions, there are up to 5 judges. Their scores are listed in adjacent columns. I need to call a function in the next column
|
| Is it possible to add more than 2 x-axes to a chart? | 21 Jan 2006 10:50 GMT | 1 |
I've seen the custom chart type offering 2 x axes in a single chart. I wonder if it's possible to program in more than 2? I actually need 3, believe it or not. I could just use the 3-d view and rotate it to 0 degrees aspect, but that chart object doesn't seem to stretch sideways
|
| Copy column A and column D from all sheets into new worksheet | 21 Jan 2006 10:49 GMT | 1 |
How can I copy column A and column D from all sheets to a new sheet while offsetting the paste ie the 2 column being pasted next to the other thxs
|
| Add to zip file and email | 21 Jan 2006 10:28 GMT | 15 |
Hi, wondering if anyone can help me. I have an Excel spreadsheet i which I have a macro which filters the data several times, each tim copying the data to a new Excel sheet and saving them. However, ther are 17 of them and I then have to go through each individually and zi
|
| Email Attachment Problem | 21 Jan 2006 10:25 GMT | 4 |
I have some code from Ron's site that WAS working, but now is NOT attaching a file to the email when I added some code. I am creating the zip file, but also another file with an "E" attached that I want to use as the attachment instead of the zip file.
|
| How to split and consolidate sheets into new workbooks | 21 Jan 2006 09:17 GMT | 5 |
At present I have three excel files, say 1, 2 &3 each with a tab relating to a cost centre, say A, B & C as follows: 1 A B C
|
| Overflow error | 21 Jan 2006 08:13 GMT | 1 |
Hi, I've created a simple funcion to calculate the volume based on three inputs, height, width and depth. I've make the variables bytes. When the result of the volume is over 255 I get an overflow error. See the function below:
|
| Copy column B and column E from all sheets into new worksheet | 21 Jan 2006 07:37 GMT | 2 |
How can I copy column B and column E from all sheets to a new sheet while offsetting the paste ie the 2 column being pasted next to the other thxs
|
| I need a simple macro but im a noob. | 21 Jan 2006 04:20 GMT | 3 |
I need what I think would be a simple macro to an advanced user. It needs to start when the book is opened and update all external links (paste specials) every 20 secconds. I have no idea what commands are needed to do this and have no idea where to look for information to make ...
|