| Thread | Last Post | Replies |
|
| Slow Function | 23 Aug 2007 11:14 GMT | 1 |
I've tried the below function over a range of 6000 cells. '====================================== Private Function TrimAll(myTrimArea As Range) Dim cell
|
| Update links without warning | 23 Aug 2007 11:06 GMT | 3 |
In several posts I've seen the following to allow automatic updating of links on workbook open without the excel warning being displayed. Application.Workbooks.Open Filename:="D:\TEMP\sample.xls", UpdateLinks:=True I've entered the above code in my workbook open event. However, ...
|
| measuring load time | 23 Aug 2007 10:02 GMT | 2 |
Would it be possible to time how long it takes for Excel to open a workbook and dump the result (amount of seconds) in a cell? I can't find anything about this on the net, but I'd like to know if it's possible at all?
|
| Auto Load Add-In | 23 Aug 2007 09:48 GMT | 9 |
I'm trying to load an add-in when my workbook opens. First I created an add-in at "C:\data\test_addin.xla" that contains the code found below in "CODE 2" section. Next, I added code found below in "CODE 1" section to the file "C:\data\test.xls". While the add-in was open, in the ...
|
| Embedded pictures | 23 Aug 2007 09:39 GMT | 2 |
Can you embed graphics into Excel. So rather than point to a image file on the hard drive you could use a picture which would be included in the .xls file?
|
| Dropdown event in validation cell | 23 Aug 2007 09:33 GMT | 1 |
Is there an event that is triggered by the act of just clicking on the dropdown arrow of a validation cell, i.e. BEFORE an item is selected?
|
| Using Excel VBA to Make Edits to A PowerPoint Pres | 23 Aug 2007 08:26 GMT | 2 |
I am trying to create a program to first of all open an existing PowerPoint presentation and then I want to use Excel VBA (not the PowerPoint VBA) Hide/Unhide slides and possibly make edits to slides in the presentation. Does anyone have any advice for me?
|
| File opens second copy of itself for no apparent reason | 23 Aug 2007 04:53 GMT | 5 |
Using Office 2003 and Windows Xp; I have a file with a small cell clearing macro as the only program in the whole file. The file is a regular XLS and there is no code in any sheet module nor in the ThisWorkbook module.
|
| Evaluate vba matric | 23 Aug 2007 04:03 GMT | 3 |
Why the second macro does not work, the first yes , it there t it a resolution so that it takes into account letters. purpose it is to apply a matrix to a picture without crire on the disc. purpose it is to apply a matrix to an array without writing on the disc.
|
| Select Printer Based on Criterea | 23 Aug 2007 03:19 GMT | 3 |
We currently have an excel order form that we are using and there are two different printers that it can be printed to. Here is what I would like to do: I would like a macro that would bring up a message box stating "Do you have
|
| Functions not working in Vista... (custom defined viewable as modules with Alt-F11) | 23 Aug 2007 03:14 GMT | 3 |
I have an excel sheet in an older vesion, probably Excel 2003, I open this in Vista but where my cells say "=qcom(blah, blah) it's evaluating as #NAME like it doesn't recognise the function "qcom" (which is there)
|
| How do I calculate at timed intervals? | 23 Aug 2007 03:00 GMT | 1 |
I want to perform calculations at timed intervals. I wrote the following macro: Public Function CalcNow(CurTime As Date) As Boolean Static bInitialized As Boolean
|
| get validation on a cell clicking a button | 23 Aug 2007 02:28 GMT | 5 |
I did not get any errors when i run the macro to get the product list. when i try calling the macro by clicking on the button, i get this error msg run-time error 1004
|
| sumproduct & dates & similar data | 23 Aug 2007 02:00 GMT | 1 |
Please help! I am currently working on a workbook that has various part nmbers (2060207-WPI001) on work sheet 7-14-07 in E:E in which I match a 1 to 3 letter designations as in "WPI". In column AI:AI is the dates which
|
| Error sending sheet in mail body | 23 Aug 2007 01:51 GMT | 2 |
After a recent re-install of Office XP, i now get a: "EnvelopeVisible" object error with my code that previously worked. If i >File>Send>Sheet in message Body, i get an: "Excel could not start the email program" error.
|