| Thread | Last Post | Replies |
|
| VBA Code and Protection Sheet | 15 Dec 2006 03:26 GMT | 5 |
Does Excel have a problem running a VBA code when the worksheet is protected? If yes, is there a way to overcome it? Thanks.
|
| VBA for index match and an IF statement to make a cumbersome formula easier | 15 Dec 2006 03:26 GMT | 2 |
Looking for some assistance. built an Index Match that works great - but I need to incorporate an IF statement based on varying levels of revenue. so here is the original formula:
|
| FAX from VBA | 15 Dec 2006 01:48 GMT | 1 |
Excel XP & Win XP I'm asking this question from a position of total ignorance. My question is: How do I FAX with VBA code?
|
| Access Named range value with multiple workbooks open | 15 Dec 2006 01:25 GMT | 3 |
I am trying to access the value in a single cell that is a named range. Code: If Workbooks(Current).Names("UpDate_File_Name1").Value = "Save to" then ...
|
| Next without for?? | 15 Dec 2006 01:06 GMT | 1 |
Excel 2003 VBA I'm getting an error "next without for" in the following, simple code. Doesn't make sense to me. Any help? Private Sub CommandButton3_Click()
|
| if selection from drop down menu = X, then... | 15 Dec 2006 00:31 GMT | 1 |
My "A" column is the network. Each cell in that column has the same drop-down menu: NetworkA, NetworkB, etc. My "B" column is the server name. What I want is:
|
| Code runs slooooww | 15 Dec 2006 00:28 GMT | 2 |
The following code takes many, many minutes to run on several hundred rows. Does anyone have any suggestions that might speed it up? Thanks in advance! Option Explicit
|
| Number stored as text error message | 15 Dec 2006 00:27 GMT | 9 |
I have created a macro in vba to input a "string of numbers" into a cell. -Some of the numbers in the string have leading zeros so I have formatted the cell type as "text."
|
| any function to replace loop | 14 Dec 2006 22:54 GMT | 1 |
Below loop works ok. But sheet ("pickuptime2") gets near over 15000 rows and it gets slower.Any suggestions would be helpful. Thank you very much in advance.
|
| Newbie Web Query and Date Formatting + Error Handling | 14 Dec 2006 22:40 GMT | 3 |
I have a project that seemed easy at first glance. Simply stated, I want to insert a cropped and sized .PNG image from a website into my worksheet at a predetermined location. It wasn't that easy (I'm new at VBA, so bear with me). I started out
|
| Save only one sheet from workbook | 14 Dec 2006 22:25 GMT | 2 |
I have a workbook with lots of worksheets, but as part of my macro I want to just save the sheet named data1 as a new file. Is there any easy way that I can do this? Thanks in advance,
|
| Delete cells where value is 0 | 14 Dec 2006 22:22 GMT | 1 |
I have a range of cells where the values are in time format mm:ss.000 Some of the cells will have values, some will be 00.00.000. I need to either; Empty all cells where the value is 00.00.000 (so a min formula on a
|
| vba arrays, count blank cells | 14 Dec 2006 22:20 GMT | 2 |
I am trying to write a harmonic mean function that will evaluate a set of numbers, even if there are negative or zero values. The harmonic mean formula is the count of numbers in the data set divided by the sum of 1/n. The excel function is =harmean(). For
|
| Help with using arrays or just help in general!!!! | 14 Dec 2006 21:33 GMT | 2 |
I am trying to write a macro that filter about 5000 rows into the different dates. After filtering the dates from Jan04 to Dec08 it then copies the rows to a different sheet. After each date range is filtered it then adds a row to add all costs together. I can do the filtering
|
| Deleting Charts | 14 Dec 2006 21:26 GMT | 4 |
I am creating a chart by ht following code, that is activated via command button. Private Sub CommandButton3_Click() Application.ScreenUpdating = False
|