| Thread | Last Post | Replies |
|
| Place TextBox Behind Other Controls on a Workshheet | 22 May 2008 08:20 GMT | 2 |
I am using a TextBox as a back ground. I have done this in a UserForm to color a MultiPage control by setting the display order>Send to back or Bring to front with ZOrder. I don't see that command available for a Control Toolbox Label.
|
| Problem using internetexplorer object to open a url | 22 May 2008 07:29 GMT | 2 |
I am trying to open a browser window from VBA and navigate to a password-protected area but everything I have tried fails. The navigate method fails with a url such as "http:// xxx:yyy@place.com", I cannot get sendkeys to work either and using
|
| Copy subtotal results | 22 May 2008 07:07 GMT | 3 |
Below is the scenario which need to run the data sorting, subtotalling and the result shows only the subtotal and grandtotal rows after closing the side filter panel. Is there any excel formula or VB code to copy only the subtotal cells
|
| Finding cells with matching data | 22 May 2008 05:53 GMT | 9 |
COL A has 2,374 cells whose contents look like this: 102050013 102050016 110103030
|
| Re : Excel Chemistry Before and After | 22 May 2008 05:41 GMT | 3 |
Re : Excel VBA-Chemistry Before and After ...... 1. Enter an Excel worksheet and the VBA module thereof. 2. The VBA used to run OK ; and then, it began to behave as follows ......
|
| ExportAsFixedFormat for Multiple Sheets in a Single Excel File | 22 May 2008 05:38 GMT | 2 |
It seems I can only save to PDF one sheet at a time, is it possible to print multiple sheets in a single PDF document i.e. multiple page PDF? Thanks.
|
| Font color in userform controls. | 22 May 2008 04:49 GMT | 1 |
How to change font colour of userform Textboxes text,Lable captions,Userfrom captions,Combobox list values,Command button captions ?
|
| Signature Authentication | 22 May 2008 00:34 GMT | 2 |
I am trying to make my excel sheet automatically give off the date and time when some data is inputted into the cells next to it. I managed to do this with this code but wanted to add the security that the person signing off is actually authentic. I tried to insert your code ...
|
| Easier Method | 21 May 2008 23:58 GMT | 2 |
I have the following macro that is assigned to a button on the formatting bar. Note: The macro is in a different file than the file where the cells are selected. Sub SumSelectedCells()
|
| VBA Structure Charts | 21 May 2008 23:01 GMT | 1 |
I'm looking for a printable chart showing the structure of the VBA language (for Excel use) basically to be pinned up at my desk. Can this be found on the web?
|
| Locking Cells | 21 May 2008 22:54 GMT | 2 |
How can I lock cells so that the info can't be changed. (So that they can't even try if possible) Also is there a way that if I have A1 and E3
|
| Formatting Comments | 21 May 2008 22:46 GMT | 1 |
Can I format the comment in excel ? More specifically can I change the leader to make it thicker and have a bigger arrow ?
|
| VALIDATION FUNCTION HELP 2... | 21 May 2008 22:44 GMT | 1 |
How can I use validation to stop users from entering the following characters?: / \ : * ? " < > |
|
| Search and Find Missing In Action | 21 May 2008 22:37 GMT | 5 |
I'm trying to write VBA using either Search or Find to determine if string A exists in string B, and the debugger insists it doesn't recognize either, although Help alleges they are available to VBA. Anyone have an idea why the error? No missing references.... (Excel 2003 ...
|
| Selecting Shapes | 21 May 2008 22:07 GMT | 6 |
I'd like to create write a function behind a button that selects all the jpg images embedded on the worksheet surface. The command I found for this is activesheet.Shapes.Range(Array(n1, n2, ...)).Select. At least this is the command which provides for one shot selection. I ...
|