| Thread | Last Post | Replies |
|
| VB editor for word pops up??? | 21 Feb 2006 17:55 GMT | 1 |
Okay, I wrote some code in a workbook (moving stuff from excel to word) that remains in my temp directory. Now, everytime I open a new workbook, VB editor for both word and excel open automatically. I've checked all the usual suspects (all projects/modules viewable after ...
|
| removing acontrol from the toolbar | 21 Feb 2006 17:48 GMT | 4 |
Thanks kevin for your quick replay, how can I remove it then when I close the workbook, so that I wouldn't find this button on other worksheets?
|
| How to read a line from Ms Word | 21 Feb 2006 17:20 GMT | 2 |
I want to read Ms Word file line by line. Is there any way other than Paragraph & Word to select range. Can i select range in MS word line by line. for eg. inplace of following code can i use "Line" in place of
|
| Row Color based on cell entry | 21 Feb 2006 17:18 GMT | 11 |
My problem consists of integrating data from two locations. In worksheet One I have collected about 500 rows of data over 14 columns. Column C houses client names and thus acts as a unique identifier. The rest of the columns consists of address, financial data, etc.... ...
|
| Delete two records together with looping | 21 Feb 2006 17:16 GMT | 2 |
I am having touble using looping to remove records that contain a D when two are together using the following: Dim constantCells As Range Dim Cell As Range
|
| Commandbutton flashes, then laout changes | 21 Feb 2006 17:16 GMT | 1 |
I use XP and Offic 2003 SP2. When I select Command Button from the Contol Toolbox, and try to draw a new button, the button freaks out. The size is set to Height 768,75 and width 0,75. The buttonface is transparent. When I resize
|
| Importing CSV as text | 21 Feb 2006 17:07 GMT | 2 |
I'm trying to set up a script to import a CSV with every column formatted as text to avoid loss of leading zeros that may be part of an actual barcode or asset ID. The CSV file itself comprises of close to 100 columns. I would also like to be able to ask the user for the file ...
|
| select rows of data & move to new column | 21 Feb 2006 17:04 GMT | 2 |
I'm trying to select every other row of data (2,4,6,8, etc) and move these to a new column. What is the simplest and quickest way of doing this?
|
| Named Ranges | 21 Feb 2006 17:01 GMT | 6 |
I have a spreadsheet using 100 plus named ranges. Is there a quick way to document all these ranges? Many Thanks Paul
|
| lookup | 21 Feb 2006 16:58 GMT | 3 |
i have this in a sheet in 3 collumns A=date -B= number -C= value I want to see the value(C), for
|
| convert excel formulas from english to norwegian | 21 Feb 2006 16:51 GMT | 11 |
I live in London, and I'm working on a english version of Excel and VBA.. I've just finished a massive workbook for my mother with standard english formulas, but it isn't recognised by her norwegian version on
|
| How to change the VBA Editor's font size? | 21 Feb 2006 16:46 GMT | 1 |
Does anyone know how to change the editor's font size? I work on a laptop and therefore have limited space. Thanks
|
| Hide Enable/Disable Startup | 21 Feb 2006 16:44 GMT | 4 |
when opening an Excel workbook containing macros...the Excel prompts always for Enable of disable the macros. Is there a way to programm this so that this message doesn't appear and the macros are run (so virtually push enable button)?
|
| Needless Horizontal scrollbar in Listbox | 21 Feb 2006 16:13 GMT | 2 |
What determines the presence of a Horizontal scrollbar on a Listbox? I would think it would be dependent on the width of the longest string you put in. But, it doesn't appear that way. The longest string I put in is one character long with a font size of 9. The width of the ...
|
| Avoid unloading of .xla addins when closing books are cancelled. | 21 Feb 2006 15:58 GMT | 4 |
I have developed .xla addins. After installing the addin, run Excel.exe and add a new workbook and add a change to the workbook, and click 'x' icon on the top right of the Excel window.
|