| Thread | Last Post | Replies |
|
| return sheet name | 19 Sep 2006 07:16 GMT | 2 |
How can I open a file with multiple sheets and have a formula or code return the names of the sheets so i can perform calculations on varying sheets with out manually having to input them into my formulas. Example: i open a file created by anouther user that has 7 or 8 sheets with ...
|
| Comment help | 19 Sep 2006 06:51 GMT | 3 |
I am taking the data from a userform to a comment on the cell the is currently active. I am running into some errors using the following code close to the end where the data is concantenated. What I need to do is a carriage return....I thought that might be CHAR(10) within the ...
|
| Right click menu | 19 Sep 2006 06:45 GMT | 1 |
Is there a way to add an item (Macro) to the right cleick menu? The macro will be calling a userform. Any help would be appreciated!
|
| "*BETWEEN*" | 19 Sep 2006 06:34 GMT | 1 |
What does: IF(COUNTIF(D2,"*Honda*"),"Honda",D2) this formula do?? i.e. what do the *______* accomplish??
|
| Using known arrays to calculate an array of new values | 19 Sep 2006 06:32 GMT | 8 |
Here is my problem, I have rain gage data at varying time intervals with a cumulative precip. amount at that time interval making a 2-d array. For example 10:00 1
|
| Excel, Fullscreen, Taskbar | 19 Sep 2006 06:25 GMT | 5 |
I'm new with Forums and Newsgroups I've already posted this question in MSDN Forums » Microsoft ISV Community Center Forums » Visual Basic for Applications (VBA). But I found this morning that Newsgroups should be a better place for my subject.
|
| Change Procedure | 19 Sep 2006 04:29 GMT | 1 |
lets assume i have inserted a form into my excel workbook i put in a frame, one textbox, one combobox and one commandbutton. I want the commandbutton to remain greyed out, so i put the property for enabled to false. i need to have the enabled property to change back to true when ...
|
| Automatic Updates | 19 Sep 2006 04:25 GMT | 1 |
Not exactly an excel question but thought you maybe able to help. I currently have an excel speadsheet that has a link to SQL server. I am the only person that has access to SQL. SQL updates the tables at 1 am everyday. To update the spreadsheet I have to open the file, refresh ...
|
| Much frustration... | 19 Sep 2006 04:12 GMT | 3 |
Hello Experts This is from help - modified slightly - Function Test(theField, Range) Dim c, firstAddress
|
| How to get data from CMD line | 19 Sep 2006 03:57 GMT | 9 |
I need a way to run a command in the CMD window and retrieve the output back into Excel. Is there a way to do this? For example if my output below is in the CMD window I want to capture the Items starting with DEVA.
|
| Loading dates from spreadsheet into array | 19 Sep 2006 02:53 GMT | 4 |
I am loading dates into a dynamic array and am getting error message, "run time error 9, subscript out of range" the dates on the spreadsheet are formatted as date and look like 2/5/2005 in the formula bar, I tried using DateValue and DateSerial Function, no help. Stepping ...
|
| permanent/programmatic changes to VBA Project References | 19 Sep 2006 02:04 GMT | 7 |
Hey--Is there any way to permanently select certain references from the VB Project library? I want to be able to always reference microsoft word at all times in VB, rather than have my users tell the VB editor that they would like to reference word...
|
| Sending strings to a webpage | 19 Sep 2006 01:21 GMT | 1 |
Does anyone out there know how to take a string from excel, or a VBA variable and insert it into a field on a web page? I am trying to log into a web page automatically. I have even gone so far as to create my own stupid web browser in VBA but am stumped as to how to do this.
|
| Referring to a Worksheet with a variable | 19 Sep 2006 00:49 GMT | 7 |
This The expression works OK:- Set VBComp = ThisWorkbook.VBProject.VBComponents("Sheet1") But what is the correct syntax if I want to refer to a sheet with a variable number?
|
| format autoshape | 19 Sep 2006 00:24 GMT | 8 |
hi, I have some rectangle autoshapes in my spreadsheet that are transparent. Although it looks cool, users cannot click on the cells behind it, so I have been requested to get rid of the transparent autoshapes. Can anyone ell me
|