| Thread | Last Post | Replies |
|
| Using Active Cell Value in a Calculation | 28 Jun 2006 19:21 GMT | 1 |
I am trying to use the value in a cell in a calculation. But I want the results of the calculation to stay in the cell. Here is my formula: =ROUND(D1*ActiveCell.Value,2). The active cell contains the value 0.1017.
|
| Import Problem | 28 Jun 2006 19:01 GMT | 5 |
I am importing data from a lot of .xls files(over 100). The data imports and goes to the apprioriate location. The problem I am encountering is that I get blank rows. My spreadsheet will look similar to this
|
| Identifing Locked Cells | 28 Jun 2006 18:18 GMT | 3 |
I have a fairly complex spreadsheet that requires salespeople to fill in info. Many cells are locked from being changed. Is there a way to create a macro that looks a current sheet and will change the cell color if cell is locked (or unlocked)? Right now I review by going from ...
|
| Altering code to accomodate empty space | 28 Jun 2006 17:17 GMT | 2 |
I'm using this code to copy and paste 3 character or less names to a sheet in the workbook called "Short Name". This code picks up names that are in the column D like "Lee, Barbara" or "Ray, Joyce". The problem is sometimes the names display with a space before the comma, like ...
|
| Updating data from one workbook to another | 28 Jun 2006 16:50 GMT | 2 |
I have one workbook that copies information to another workbook. What was wondering is: how can I update the already copied information i needed? Would I need a userform?
|
| Unhiding all worksheets | 28 Jun 2006 16:27 GMT | 6 |
Someone hid about 50 sheets in a workbook. What would be the code to unhide them all without doing it one by one from the Format menu? Thank you Marco
|
| Copy to a Cell | 28 Jun 2006 16:09 GMT | 1 |
Given the following code posted by Kaak, how would I copy data from different places in this 500 Byte record to different cells in the spreadsheet. The file I am working with may have up to 1000 records in it each day, and each record is 500 bytes. I was thinking that ...
|
| Converting number to text | 28 Jun 2006 16:07 GMT | 3 |
How do I go from: 1 to one 2 to two etc.etc. all tyhe way up to 200, grateful for any hel
|
| Re: Pausing macros | 28 Jun 2006 15:39 GMT | 5 |
When macros are running is there any way in which you can pause them, save and resume? Thanks.
|
| SUM in VBA | 28 Jun 2006 15:38 GMT | 2 |
I am trying to sum col L on Data Sheet if Col A on Sales Reps matches Col K on Data Sheet.. I have attempted it below but i failed. Any help? [CODE] With Range("L2:L5000")
|
| Email help...need IF statement for more than one recipient | 28 Jun 2006 15:23 GMT | 3 |
I need some help with a macro I am creating. I have the following code to create an email Code: --------------------
|
| "Automatically" get name of selected autoshape into formula? Impossible? | 28 Jun 2006 15:22 GMT | 1 |
While I am editing a cell's formula, I would like to be able to select an autoshape (in the same way that one selects a range) and somehow have the name of that autoshape be inserted into the formula, just like a selected range.
|
| Printing a Userform | 28 Jun 2006 15:19 GMT | 2 |
I need to print a userform that I created. I've tried using the Userform.Printform statement but it prints to the last printer that I used. Is there any way to get the printing preferences box to come up so that I
|
| Bring up an error message | 28 Jun 2006 15:13 GMT | 3 |
OK, so heres one for you all, I have an indicator cell with conditional formatting, so depending on other conditions it is red, amber or green. I also have a button that runs a macro, if you click this button when the cell is red, I need an error message to come up with something ...
|
| Counting rows in a range | 28 Jun 2006 15:06 GMT | 1 |
I need some help with the following: I have a (dynamic) range called rangetest. I want to show some data in a userform, with buttons "next" and "previous". But I don't now how to count the rows in my range (see the code below).
|