| Thread | Last Post | Replies |
|
| Disable scrolling when macros disabled | 22 Mar 2008 19:05 GMT | 3 |
When my wb is opened with macros disabled only one sheet is visible. I want to prevent the user from scrolling on this sheet, which i can do when macros are enabled but not when discabled. Is there a way to do this? (I tried setting the scroll area but this doesn't seem to take
|
| Formula into cells from VBA help please! | 22 Mar 2008 18:46 GMT | 2 |
I want to put this formula into a cell via VBA; =IF(C4 = 5,"ACTIVATED","NOT ACTIVATED") However this would mean the code would be; range("c4").formula = "=IF(C4 = 5,"ACTIVATED","NOT ACTIVATED")"
|
| Popup message when value changes | 22 Mar 2008 17:54 GMT | 3 |
I need a code which can alert me with a message box when the value of the cell changes from "OK" to "CHECK". Can anyone help me.
|
| Adding date to file name when saving and over writing a existing f | 22 Mar 2008 17:50 GMT | 10 |
I want to add a date at end of the file name. How do I do that? Also I want to over write a file if it exist at this location but I don't want a box to pop up. Dim WBNew As Workbook
|
| useing a macro copied | 22 Mar 2008 17:36 GMT | 2 |
Someone tried to respond to this link will not open. I tried google stumped HELP copy a macro over to run from vba in Excel works fine in word. When try from excel will not go to printer
|
| Looking for a Month Name in a String | 22 Mar 2008 15:46 GMT | 1 |
Within my worksheet is a number of cells that MIGHT contain a name of a Month white mothistled January holdew February tracour December necters exally slopers
|
| Continual Executions | 22 Mar 2008 14:28 GMT | 2 |
I have this values in separate cells in sheet called "source" 04 2930 EA 3.00 3.00 1.00 1.00 0.00 16.75 Feb '08 0.0000 Nov '07 2.0000 Aug '07 6.0000 Feb '08 0.0000 Nov '07 2.0000 Aug '07 6.0000
|
| Macro to populate a second column | 22 Mar 2008 14:26 GMT | 10 |
I have a part list which I update monthly. In most cases the part numbers are 10+ characters long however after the first 3 or 4 characters I can determine what kind of part it is. What I would like to do is create a macro that based on the first 3 to 4 characters would populate ...
|
| ONE BIG THANK YOU TO MR. MARK IVEY | 22 Mar 2008 14:16 GMT | 1 |
For last one year I posted at least 5 times to find out why that edit-fill "series" is not highlighted in one particular work book and for code running very slow. I thank and appreciate Mr. Mark Ivey, who guided me with emails after
|
| Userform otomatic to perceive | 22 Mar 2008 13:24 GMT | 1 |
Userform put on the two textbox.they are names textbox1 and textbox2. They are valeu's character length four if textbox2 selecting. what is userform events? -------------------------------------------------------
|
| IMPORT TEXT FILE WITH VB | 22 Mar 2008 11:41 GMT | 1 |
Below you will see the code I am having problems with. The macro 1st imports a text file and then updates another workbook with it. I need to select it, export it to excel and then update another workbook with it. The first problem is with the code that imports it. Also when ...
|
| Converting Numbers from a given cell to English Words (Currency) | 22 Mar 2008 06:18 GMT | 4 |
I have the SpellNumber macro from the following link, http://support.microsoft.com/kb/213360 It works fine. But, i want some modifications or alterations in the macro. I need to use the macro for Indian Rupees. I have tried to edit the macro,
|
| seriescollection(name) not working in excel 2007 | 22 Mar 2008 04:53 GMT | 5 |
I've got some VBA code running in some VBScript classes that works in Excel 2000 and 2003 (or excel versions 9 and 11) that identifies a series object in the following way (assume taht oMyChart points to a valid chart object):
|
| ADO versus VBA | 22 Mar 2008 04:52 GMT | 13 |
Can somebody please to learn me if ADO can do an autofill method in a closed workbook ? ... ... to do in a closed workbook the same action like in VBA :
|
| 2007 Excel / Powerpoint copy paste problem | 22 Mar 2008 04:37 GMT | 1 |
We have an excel application that uses CopyPicture on an Excel worksheet that has text and bar graphs, then instantiates a Powerpoint object and pastes into a slide. In versions prior to 2007, this works fine. But in Excel 2007, the paste displays correctly, but when
|