| Thread | Last Post | Replies |
|
| why shouldnt develop in access | 31 May 2007 16:27 GMT | 3 |
Hey all, before I get a bunch of wordy opinions based on the subject line (grin) let me tell you what I am really looking for. I am proposing a small business app be written in Excel and in order to get the proposal approved I need to provide a risk assessment of what doing so ...
|
| Copying a formatted "template" sheet and naming new sheet via user form | 31 May 2007 16:02 GMT | 1 |
Hi. I've done some hunting around and reading and came up with the following code that creates a new blank sheet and names it via a user form, but I can't work out how to do the same thing if I want to use a formatted template worksheet. Please help!
|
| Hoe to Get Rid of the Bubbles in Excel | 31 May 2007 16:01 GMT | 1 |
Someone sent me an excel spreadsheet but there are bubbles covering random portions and it can't be read. The help menu only contains undefined jargon. How do I fix it?
|
| Problems with file to be used on different systems. | 31 May 2007 15:58 GMT | 4 |
I am trying to produce a spreadsheet that will be accessed by remote users, save itself under a individual's name and then when the remote file is opened again it searches the individual's computer for a that file, if it is there then it is opened and the original file is opened ...
|
| Practical Macro Size Limit? | 31 May 2007 15:29 GMT | 26 |
I'm building a Macro that is growing "like Topsy". At the moment it is 145 lines long, and will increase by about 50% from there when done. Because I'm an old (really OLD<g>) VFP programmer, my thinking and development pattern is shaped by that experience.
|
| Combo Boxes linked to Cells will not clear. | 31 May 2007 15:25 GMT | 6 |
Hi, I've inherited a workbook which performs multiple functions and has input cells and combo boxes on the first sheet (the first sheet serves as an input page). Information is entered on this input form into cells and combo boxes, then a button is clicked to enter the info and ...
|
| Custom Functions | 31 May 2007 15:21 GMT | 1 |
How do I call a function from the Analysis Toolpak add-in in a user function? Application.worksheetfunction. does not work How do i reference a function for the Toopak add-in?
|
| Subscript out of range? | 31 May 2007 15:14 GMT | 5 |
Here is my initialization of an array: Dim shtList As Sheets Set shtList = Worksheets(Array("Earnings Balance 2003 Q4 Page 2", _ "Earnings Balance 2003 Q4", "Earnings Balance 2003 Q3 Page
|
| Do loop erroring | 31 May 2007 14:50 GMT | 9 |
I am a novice at writing macros and need what I hope is some easy to obtain advice. I am trying to create a maco that will search for some text and when it finds it will then delete the row where the text appears and then continue searching for the same text. I have a simple
|
| Check Box or Button Help | 31 May 2007 14:09 GMT | 1 |
I have a scoring grid that scores upto 4 skill sets per question. Right now I am using a COUNTIF equation on the side to count if the scorer type in the code for the particular skill. I would like to simplify this by scoring the skill if a check box is checked for the ...
|
| insert sum when first blank cell found | 31 May 2007 13:40 GMT | 3 |
I have data in a worksheet. I have two rows between each of my lines of data. What I need is a macro to insert a sum calculation for everything above until the last sum calculation. The numbers are contained in
|
| column variable into formula woes | 31 May 2007 13:37 GMT | 6 |
in transferring data in these 2 sheets, the rows will always stay the same, but the column will change.......... Private Sub CommandButton1_Click() Dim wsRpt As Worksheet, wsCmp As Worksheet
|
| send a mail from VBA / excel | 31 May 2007 13:12 GMT | 6 |
how can i send a mail from excel using VBA. that is, i have a program in excel (VBA) and at the end i obtain a text file with the results. i need to send a simple mail (TO:, SUBJECT: ) with this text info as
|
| Problem: Cells show 0 despite formulas | 31 May 2007 13:02 GMT | 2 |
Dear users, I have posted this also in microsoft.public.excel - since I really need an expert not only in Excel but maybe also in macro programming, I thought, I post it here, too. I was confronted with a very strange
|
| Macro - If bold then multiply by -1 | 31 May 2007 12:10 GMT | 4 |
I have number in column A What I want to do is have a macro that can look down the column and if the cell is bold then multiply the contents by -1 in order for me to turn it into a negative figure.
|