| Thread | Last Post | Replies |
|
| Countdown timer | 21 May 2007 14:16 GMT | 15 |
I have used vba code to automatically save then close an pen workbook which has had no activity for a specified period of time. Is it at all possible to have a countdown clock displayed is a cell in the workbook indicating to the user how long is left before shut down?
|
| Find Row from MAX expression | 21 May 2007 13:04 GMT | 6 |
My objective is to select the row containing the highest value in a particular column, copy the whole row and paste it in a different WS. I am using this to find the MAX: For i = 0 To varCount
|
| Commercialising a VBA project: VBA to VB6 versus VB.Net | 21 May 2007 12:07 GMT | 3 |
I have read many threads on the subject of VBA to VB6 versus to VB.Net and yet I am not certain of the best course to take. If I should post my question to a different forum could you suggest an appropriate one ?
|
| please i need help in VBA | 21 May 2007 11:41 GMT | 1 |
i want to make a library in excel from VBA i need to put 3 things 1) INSERT 2)DELETE 3)UPDATE
|
| how to load pictures to image boxes in excel with a command button | 21 May 2007 11:38 GMT | 3 |
i have afolder with picture files xxxx.jpg where xxxx is a number 0001-9999. i want to load this files with just one click(command button) in a worksheet in an exact position x,y (x stable , and y 4cm down for every picture)from the beginning of the axis
|
| ReferenceStyle:=xlR1C1 | 21 May 2007 11:06 GMT | 1 |
Hi TWIMC I want to set a Range object to the xlR1C1Address of the print area of the active sheet Dim rge as Range
|
| Running Access VBA from Excel | 21 May 2007 10:37 GMT | 1 |
Currently I am automating some reporting. I pull data from a linked table into a table within Access and then do some calculations and make some modifications to the table using vba I have written. I then have excel vba which pulls the data from the access table I have
|
| need to allow user to input file name to import data | 21 May 2007 10:31 GMT | 1 |
Need some help on how to prompt the user for the input file (a CSV file) & the macro will copy all the data in the input file into another excel file summary & on worksheet named raw. The input file is a CSV file with only 1 worksheet. I do not need to
|
| vbCr | 21 May 2007 10:11 GMT | 2 |
I tried to use vbCr in the caption property of commandbutton is work but it doesn't work in putting contents in a cell, what is the code to get the result like pressing "Alt + Enter" in a cell? Thanks
|
| Checking a worksheet is present | 21 May 2007 08:59 GMT | 5 |
I have a macro that relies on a worksheet being present, however if the sheet is missing I need to reply with a message box to tell the person to copy in the worksheet If Worksheet ("data") = False Then
|
| Mouse Position | 21 May 2007 06:39 GMT | 1 |
I was wondering if there is a function that give you the mouse position because a have this one form I want to either double click a control on a form and to position a frame control beside the mouse? Any Reply would be greatly appriecated.
|
| Defining a range in a different open workbook from the active one | 21 May 2007 06:21 GMT | 1 |
I want to set a range in different workbook, PayRollCarryOver, from the currently active one. PayRollCarryOver is open but not active. What is the proper syntax for the link to another workbook? I tried this, but got an error:
|
| Making Code More Efficient | 21 May 2007 05:55 GMT | 6 |
Dear Friends, First of all I thank all of you in advance for taking time to help other people out :) My Macro is a complex function involving Vlookups and a lot of
|
| Formatted cells turning up in column IV | 21 May 2007 05:28 GMT | 11 |
If I remove a Column: Columns ("B:B").Delete Shift:=xlToLeft, I find that column IV (the last column in the spreadsheet) turns up with a formatted cell (IV3) with a Border.Linestyle.
|
| Viewing the result of an sql query in excel. | 21 May 2007 05:20 GMT | 2 |
Hi I try this Q here instead since i was recommended this: "Hi Kjell There used to be a way to dynamically link Excel to databases, but I think MS had to remove it due to some kind of lawsuit. Best would be to ask this in
|