| Thread | Last Post | Replies |
|
| Run time error 1004 Object defined error | 15 May 2007 03:31 GMT | 1 |
My code works when stepped through where the sheet CSV is opened but does not work in a button when the sheet is not open. The goal of the code is to format then create a copy of the sheet in a separate workbook. Please advise of more efficient code than below:
|
| How do I use Cell Link in Macro? | 15 May 2007 03:28 GMT | 1 |
I am trying to create Combo Box on one worksheet to access list of names on another worksheet and copy name and address into the first worksheet. I have the Cell link cell on the sheet with the names. I am trying to create the macro and use the cell link in it to access the ...
|
| Can't insert columns AGAIN | 15 May 2007 02:04 GMT | 1 |
Sorry, but I can't find my old post on a similar problem, but I know that someone here has the answer, since it gets asked occasionally: I have a worksheet that ends in column CD and I want to insert some columns just to the left of CD but it won't let me insert even one, says it ...
|
| Help with Format cells to display minutes difference | 15 May 2007 01:34 GMT | 2 |
D-DAY TODAY 04/01/2008 05/14/2007 322 days 9 hrs 23.0 min 24 sec 0\days [h]\hrs m.0\min ss\sec
|
| Move text data including detailed formatting | 15 May 2007 00:28 GMT | 1 |
Can anyone help with the following: I want to move some text data from one worksheet to another. Some of the text entries are partially formatted (i.e., the font of only some characters in the cell is bold, or in color, etc).
|
| Join Excel Cell within 1 Worksheet to another | 15 May 2007 00:20 GMT | 2 |
Can I join a cell in one worksheet with another cell in another worksheet within the same workbook? Sheet 1 has A2 (Employee Id) with hourly rate in B2 Sheet 2 has A2 (Employee Id), B2 (Hours) and I'm trying to calculate Pay in
|
| Return cells that contain formulas on a protected sheet | 14 May 2007 22:53 GMT | 5 |
I am creating a function that alters formulas in a user selected range. In order to avoid looping through each cell in the range I was using the SpecialCells method but this will not work if the sheet is protected. Is there another way to return the formula-containing cells ...
|
| Worksheet_Change/macros not working | 14 May 2007 22:10 GMT | 2 |
I have several sheets using Worksheet_Change. They work great. But... if there is an error the macros stop working. I close and open the workbook and the macros as still not working. How do I 'start them up' again? Thanks for any help.
|
| Macro Section Skipped | 14 May 2007 22:06 GMT | 6 |
I have some fairly complicated macros set up. They work fine on my computer, I have had no difficulty and use them with great success. However when put in place on a co-workers computer they do not. I've already went through line by line to make sure everything is identical, ...
|
| Copy between sheets | 14 May 2007 21:32 GMT | 1 |
I have a macro that when the user delete the content of any value between the range of B10:B500 do the following things. 1.Message box asking if they are sure to delete. 2.If yes is selected,
|
| QueryTable.add naming problem (web query) | 14 May 2007 21:03 GMT | 1 |
I have a procedure that loops through a list of hyperlinks on one worksheet (wsSource) and calls an ImportWebData routine. The ImportWebData procedure uses QueryTable.Add to grab the data, place it in a 2nd worksheet (wsTarget) and name the range holding the import data as ...
|
| conditional sum based on two variables | 14 May 2007 20:54 GMT | 2 |
I have a spreadsheet that calculates commissions. Commissions for some types of items are based on a tiered structure. Commissions are not paid until our company has been paid by our carriers. The spreadsheet I am working with determines the type of transaction (accessory sale ...
|
| VBA Lookup Help - Please | 14 May 2007 20:27 GMT | 3 |
Hi all! I desparately need help with an Excel problem. Here's an example of what I'm trying to achive below: In Cell B2 I have a drop down list which contains names of our brokers.
|
| Absolute to Relative | 14 May 2007 20:11 GMT | 3 |
The macro below returns a forumula that has an address that is absolute. How would I force the macro to return an address that is relative (without the dollar signs)? ActiveCell.Formula = "=" & ActiveCell.Offset(0, -1).Address & "-4"
|
| User forms | 14 May 2007 19:51 GMT | 3 |
I am using Excel 2003. I have a spreadsheet called planning. In one tab, labelled "plandata", I have my planning data. In a separate tab, I have created a User Form. This form uses selected fields from "plandata", or it will. I want to hide the plandata sheet and display the ...
|