| Thread | Last Post | Replies |
|
| How to Parse a string; Delimiter is any Operator | 17 May 2007 18:30 GMT | 27 |
2003/2007 Trying to consistently parse formula strings (Delimiter = any Opr sign) into i.e. OprSigns = Array("+", "-", "*", "/", "^", ">", "<", "<>", ">=", "<=") FormulaStr = "+123456789+'Summary 2-22-2007'!H8+'Summary 3-22-2007 '!H22- _
|
| updating links alert | 17 May 2007 18:27 GMT | 2 |
I have a link from one spreadsheet to another I have the "Don't display the alert and update links" option chosen yet it still displays an alert when I open the file. This is annoying because I am using a VBA program from Access to open many
|
| Cells.Find Causing Serious Lag | 17 May 2007 18:14 GMT | 4 |
Hey All, Long time user, never posted though. Here I have about 15,000 rows of data, all which have formulas in columns K:V. I select all of the rows which contain a "9" in column T as the value in the cell and cut and
|
| Excel VBA works fine but not in two workbooks. Help | 17 May 2007 18:13 GMT | 6 |
I have some code in Excel that works fine all the time but suddenly, it won't work in two workbooks that are generated from the Office Link in Access. To make matters worst, it work fine yesterday in the two workbooks. I have no idea what is going on. Can anyone help? Thanks.
|
| Allowing Column Ranges in UDF | 17 May 2007 17:27 GMT | 1 |
I have a User Defined Function which takes a Range as an argument. It processes the range as follows For RowNumber = 1 To DateRange.Rows.Count DateFrom = DateRange.Cells(RowNumber, 1).Value
|
| Relacing partial text strings | 17 May 2007 17:25 GMT | 9 |
I am trying to put together a macro to run behind a worksheet that will preform the following procedures: IF column B contains "PRO", "NOP" or "VAL" at the end of a text string (eg. 2007/4/SH4A/90507/PRO) and Column CW =1, then copy the row to the
|
| How to look for the Folder Path using macro???? | 17 May 2007 17:20 GMT | 6 |
I would like to save some files in a particular folder, for example (Ven_Folder) in my computer system; but this folder may be transffered to another directory time after time. So instead of using the absolute path to fix the file saving location; I would pretty much wish that ...
|
| Command Bar Woes | 17 May 2007 17:04 GMT | 2 |
Hi, I asked this question last week without any response. I thought I'd try again since we're implementing this system in several places now throughout our operations. Here goes... I have a several custom command bars, I want to show each always and
|
| IF statement --- repost | 17 May 2007 17:02 GMT | 4 |
Hi, ALL: Not sure why my previous post didn't show up. This is a repost. Basically, if I shade a cell with color green (cell format\pattern), I want to return a pure number of 1. Otherwise, return a value of 0. How
|
| Slow code.... Any thoughts on how to speed it up? | 17 May 2007 16:44 GMT | 4 |
I have written some code to walk through a spreadsheet, compare 1 cell value to the following row, if it is the same, then to compare a second cell value, see if it is included in a teststring, if not to add that value to a teststring, and then continue looping - testing the ...
|
| IF statement | 17 May 2007 16:15 GMT | 1 |
I definitely need your help! Whenever i see a cell color as green (done through cell format \patterns), I want to return a value 1. Otherwise, return a value of 0. How to achieve this using a IF statement?
|
| =today() - 1 | 17 May 2007 16:11 GMT | 4 |
I have a macro with the following code that I am trying to run so that it will select the date before today. I tried inserting <=today() - 1> Unfortunately the macro bombs. Cells.Select
|
| SUM referring to different sheets | 17 May 2007 15:50 GMT | 1 |
I have a series of sheets containing product data, each with the same structure. In the first sheet (e.g. A_MONTH), I have monthly data. In the second sheet (A_YTD), I calculate the year to date figures from the data in the first sheet using a simple SUM command.
|
| How do I clear all cells from all rows except the first row in Sheet1? | 17 May 2007 15:29 GMT | 3 |
How do I clear all cells from all rows except the first row in Sheet1?
|
| Delete and copy cells to another sheet | 17 May 2007 15:07 GMT | 1 |
I'm pretty new with macros on Excel. 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.
|