| Thread | Last Post | Replies |
|
| Extract Values from a String | 28 Aug 2007 14:45 GMT | 9 |
I have the following in Cell B2 :- LD(24,6,3,6)=163 How can I extract with VBA the ... 24 < this could be 3 digits
|
| macro opening a file | 28 Aug 2007 14:32 GMT | 1 |
Hello, I want a macro to pause to select manually a file, and then format it. I have attached macro, how to modify it? ' Controller_Openen_decimale_punt Macro ' Macro recorded 7/4/2007 by CROMMENTUIJN Leon
|
| Incorrect data when using xlset with autofilter | 28 Aug 2007 13:42 GMT | 2 |
I have a problem when using xlset. When I try using xlset for fill array of datas. Normally it can work fine. The problem is occur when I use autofilter feature of excel. 1. I have 25 row * 1 column of datas.
|
| Application.GoTo.Reference query | 28 Aug 2007 12:58 GMT | 1 |
Hi all (again) Goalpost have changed. The problem I have to overcome is, I have a database matrix for X-references. I have added the cross-references as links to the first column,
|
| Data import, carriage return | 28 Aug 2007 11:56 GMT | 1 |
After I export addresses from our database to a .txt file. When I open it in Excel the address fields start a new row like below: Name
|
| Stating an area in vba | 28 Aug 2007 11:42 GMT | 4 |
I would like to set an area in spreadsheet e.g. from A1 to maximum value within the same column. How to express in vba the following operation? Please help me, I didn.t find it in my vba manual.
|
| How to get the screen resolution in VBA | 28 Aug 2007 10:21 GMT | 2 |
In native VB I get the screen resolution with Screen.Width \ Screen.TwipsPerPixelX Screen.Height \ Screen.TwipsPerPixelY And if I'd like to position a window at the right bottom corner I can
|
| Excel and VBA - If and Find Expressions | 28 Aug 2007 10:21 GMT | 2 |
I am trying to use an If statement to find an piece of text and then go to the cell that contains that text. I have, as part of the if statement, an else statement that just cancels the expression and does something else if it cant find the iece of text. However, the expression ...
|
| Using a macro to open an existing workbook | 28 Aug 2007 09:40 GMT | 2 |
I have a jobs list in a work book named Jobs & Jobs Sheets in a folder called Job Sheets. I want to select a job in Jobs & run a macro that opens the job sheet that has the name in the activecell.
|
| Update hyperlink value with cell value | 28 Aug 2007 07:40 GMT | 4 |
Excel 2002 SP3 I would like to know how to achieve the following with a vba script or macro: verify if the value of a hyperlink is the same a the value of the cell, e.g. if the value of a cell is xxx@xxx.xx and the email hyperlink value is
|
| Selecting non adjacent cell ranges | 28 Aug 2007 07:28 GMT | 6 |
I worte a code to select a range of cells, deselect the last row in the range then clear the selection's contents. The code is: Range("E10:Jan").Select Selection.Resize(Selection.Rows.Count - 1, Selection.Columns.Count).Select
|
| Getting data from different worksheets in another workbook | 28 Aug 2007 05:40 GMT | 3 |
I need help using excel. I have an inventory divided into different workbooks according to product type, each workbook contains multiple worksheets for the different providers. What I need is to be able to access the prices of the different products I have, from a different
|
| excel 2007 Seriescollection.Add bug | 28 Aug 2007 04:58 GMT | 1 |
Can someone please confirm if this is a problem with excel 2007. When I manually add a data series to a chart, the new series becomes the last series in the SeriesCollection object. When I add a data series using VBA either by .Pasting or by using SeriesCollection.Add,
|
| Condition form | 28 Aug 2007 04:48 GMT | 1 |
I made several worksheets in a workbook which retrieve data from network database and each worksheet has its own query. Now, because of so many data, how can I limit to recent date and it should apply to all worksheets?
|
| Data import, carriage return | 28 Aug 2007 04:22 GMT | 1 |
After I export addresses from our database to a .txt file. When I open it in Excel the address fields start a new row like below: Name
|