| Thread | Last Post | Replies |
|
| Scripting Excel: fill column with items of list variable | 02 Mar 2006 19:54 GMT | 6 |
Having thrashed about with this for days, I would appreciate some help with the syntax to to fill the cells of a designated column in a one-for-one fashion with items from a list variable. As a bonus, it would be very neat to set the size of the column range by script to match the ...
|
| Mac version crashing | 02 Mar 2006 16:49 GMT | 2 |
Just a few crashes I noticed with the Mac version (I'm mainly a PC user). - Clicking on a hep button in a userform can make Excel crash - Focus changes are not well managed causing Excel to crash. You need two clicks sometimes to set the focus on a combobox.
|
| How do you make pronunciation (diacritical) marks? | 02 Mar 2006 15:12 GMT | 2 |
Does anyone know how to make diacritical marks for pronunciation in Excel? Any help is appreciated. Thanks! -L.
|
| VBA Split function missing ? | 02 Mar 2006 14:13 GMT | 9 |
I'm triying to use the Split function in a Excel macro with Mac Excel 2004. Public Sub Workbook_Open() Dim strTemp() As String strTemp = Split(Application.Path, ":")
|
| Making first row in spreadsheet not scroll | 02 Mar 2006 08:44 GMT | 2 |
I have created a database in an Excel sheet and when I scroll down, I do not want the header info in row 1 to move. How do I do that?
|
| Macro for printing | 01 Mar 2006 07:22 GMT | 1 |
We are working on a project in Office 2000 on Excel. The problem we are trying to solve is to have macro to print a list. However, the list will change (shrink/grow) so selected ranges in our macro is not working. Is there a way to build one to select a print area, then print?
|
| Excel 2004 Mac - Objects on Worksheet | 01 Mar 2006 04:09 GMT | 2 |
I've got a worksheet that I wrote on a PC that has a number of embedded objects (buttons, radio buttons, group boxes). These objects, of course, don't work on my Mac with OS X 10.3.9. Worse, I can't find a way to remove the objects from the worksheet to
|