| Thread | Last Post | Replies |
|
| Executing an FTP call | 29 Sep 2007 17:47 GMT | 1 |
When I execute "Commands.Bat" (see below for content) in the CMD window, the file "Commands.Out" is created in "E:\Data - Mac\Mac's Documents\Application Data\". But when I execute it from the Shell Command in Excel with
|
| Email question | 29 Sep 2007 17:40 GMT | 2 |
I have a VBA script to send an mail and I'd like to send it automatically after I upadate all info in the worksheet. The email was sent ok, it always pop up a dialog asking me to confirm before sending message. How do I eliminate this pop up? Below is the message on the pop up:
|
| works and doesn't work | 29 Sep 2007 16:56 GMT | 2 |
used auto filter to build a macro works fine then copied it over and edited for next sheet 8 times works all except 2 sheets. can see no diff except edit I did. Here is one that works and one that doesn't five works six doesn't six produces header no data. modules 1-5 work fine ...
|
| Change color of an autoshape | 29 Sep 2007 16:46 GMT | 5 |
I am using Excel 2003 for my project and I have to set color of an autoshape in column C based on the value in column B. For example: *If the value in column B < 80%, a little square in column C must be Red *If the value in column B is from 80% to 89%, a little square in column C
|
| How to reference variable worksheets and variable row | 29 Sep 2007 14:44 GMT | 3 |
How do i write "Get row W from worksheet X and copy row W to row Y (inserting row W in the position where row Y is) on worksheet Z" in VBA? WXYZ would be variables in my script. Thanks!
|
| Rounding error??? | 29 Sep 2007 13:49 GMT | 2 |
I have have wrote the following code to get a value from a cell in one spreadsheet and put it into another sheet. The problem is the value is in money ie £25.68 but when the macro puts the value in the other sheet the value is rounded up or dowm ie £26.00
|
| Insert row on multiple sheets | 29 Sep 2007 13:37 GMT | 6 |
I need to insert a row on multiple adjacent sheets. I need to do it as a group because I have a 3-D summary sheet whose reference must remain aligned. The active cell on each sheet may be different. I want to insert the row at the location of the active cell on the active ...
|
| If function with average fomula to be tru or false | 29 Sep 2007 13:22 GMT | 1 |
I need help for the following situation: If A1:J1=0, Average A2:J2(true), 5(false) I typed in the fomula: IF(A1:J1=0,AVERAGE(A2:J2),5) But it did not work. I kept gettng #signs. Deeply appreciated if somebody
|
| create a series | 29 Sep 2007 12:29 GMT | 2 |
hello my name is Jeff, i work as a quantity surveyor in auckland, new zealand. i need a function creates a Quote Number everytime i click at a command button. as sometimes we double the quote number. and if there are anyway to check if there are some Quote Number that was
|
| list box that has text that has hyperlink qualities | 29 Sep 2007 12:29 GMT | 3 |
I have several lsit boxes that move from one to another.The original contained data that was hyperlinked (to external sources). When they are in the list box the hyperlinks diappear. I want to keep this feature. Any ideas?
|
| iif() function | 29 Sep 2007 11:11 GMT | 2 |
hi Bob i have a following code dim t_string t_string= target.value
|
| complicated search and extract.... i think | 29 Sep 2007 10:49 GMT | 2 |
Hello everybody, It's been a while since I posted last, but yet again I'm here to ask for your wisdom and advice. The task: I have a worksheet, each column contains specific information.
|
| Programmatically signing Excel VBA Macro | 29 Sep 2007 10:21 GMT | 7 |
We want to sign a bunch of files with excel macros programmatically. Anyone knows of C#.Net or VB.Net solution? Fileformat is excel 2007 (Open XML).
|
| Disable 2003 VB code for users using older Excel | 29 Sep 2007 07:50 GMT | 4 |
k, I don't remmeber who it was, but I saw VB code that was used incase your were run a older vision of Excell other than 2003 or 2002. Any ideas? I belive it alow the VB code to work in older Excel spread sheet. thanks
|
| Start a macro when click on tab sheet | 29 Sep 2007 04:56 GMT | 4 |
When I click on a tabsheet to open a sheet I would like that automaticly u=one macro start to update this sheet. It is possible? Thank you in advance
|