| Thread | Last Post | Replies |
|
| How can I make the copied range from another worksheet independently | 21 May 2006 21:44 GMT | 1 |
I have two worksheets on one workbook. One named 'main page', the other one is 'template page' which includes some table template inside. In the main page, based on diifferent option button choice, different table template in 'template page' will be copyed into main page.
|
| find max value in multi worksheets | 21 May 2006 19:07 GMT | 6 |
I would like to find the max value in a specific range of multi-worksheets in a workbook. I try to select the range of mult-worksheets but I am not able to get the max value for below coding, please advise me what's the problem and how to
|
| Cell background color (interior color) setting not working | 21 May 2006 19:00 GMT | 1 |
I am having a problem getting this to work and would appreciate your input. In "Module1": Function SetBackgroundColor(Parameter As Range) As String Dim xlRange As Range
|
| VB Questionmarks in a For loop | 21 May 2006 18:58 GMT | 2 |
I've found a couple of posts similar to what i need, but i'm still having issues with it. i'm trying to insert a formula into a cell via VB, and i'm not doing the quotations correct i think. i just went ahead and put the generic formula in there with no extra messy quotation ...
|
| fetch data from excel page | 21 May 2006 16:09 GMT | 1 |
I need to fetch data from excel page (file.xls) programatically, from a c++ program. Can someone direct me please? Thanks in advance.
|
| Passing variables for range series charts, what to do with post macro run; unable to | 21 May 2006 16:07 GMT | 1 |
I have two headaches, 1. i have searched a large data base and found the address of the values I want to add to my chart. If my starting address is Strt1 and ends Ends1, I would like to pass these variables because unlike the code below I do not know where they might be.
|
| I need to convert a series of DOB's from yyyymmdd to mmddyyyy | 21 May 2006 15:50 GMT | 1 |
I have a spreadsheet the 10,612 DOB's in the yyyymmdd format as required by Federal Law Enforcement. Those dates need to be changed to mmddyyyy.
 Signature CoachCY
|
| Combo box error on form | 21 May 2006 14:25 GMT | 1 |
I'm having a problem with a form, I use a combo box to select values from, but when I read the cell on the work sheet it refers to, it the cell is empty it come up with an error. I thought that - Subsyst.AddItem "" , would handle it but it doesn't, any help would be appreciated
|
| insert function, please help | 21 May 2006 13:37 GMT | 1 |
I have an input from a data file, the field value for example is 2300000. I need a string function to insert a decimal point before the second last 0.
|
| Help its not working | 21 May 2006 11:55 GMT | 1 |
I'm trying to add items into a listbox using the code: Private Sub ListBox3_Click() ListBox3.ColumnCount = 4 ListBox3.AddItem ("West")
|
| How to prevent multi-access for XLAs? | 21 May 2006 10:49 GMT | 1 |
When Excel opens a workbook, it checks whether it is currently already open, and in this case opens the workbook in read-only mode. This is good as it prevents writing conflicts. However I noticed that Excel won't check that lock, when the file is an
|
| Adding items to a right click menu | 21 May 2006 09:53 GMT | 3 |
Hello all, is it possible to add "insert time" and "insert date" to the right click popup menu? I am trying to get away from keyboard shortcuts. TIA
|
| Find 2 Matches Wors Then Cut Selected Rows | 21 May 2006 06:10 GMT | 2 |
I need to write a coding to identified the specified row is stated Completed or Not Completed, If Completed the selected row will cut and paste to Completed Task (Next Sheet), Not Completed will move down to bottom.
|
| Newby Needs minor tweak on this VBA Macro code for Excel | 21 May 2006 05:30 GMT | 1 |
bgeier did a lot to this code, it works perfectly now except for that the comments don't add to an existing comment, they seem to be overwriting the existing comment. Please help, this code will be used in a major application for my company but cannot be used if I cannot get it ...
|
| data flow chart | 21 May 2006 01:38 GMT | 2 |
hey i need help developing a program that when you open it, you will be asked a certain yes or no question and based on that answer, you will be asked another question (yes or no) and so on..., allowing you in the end to be able to recognize , for example, which papers need to be ...
|