| Thread | Last Post | Replies |
|
| 'Moving cells' | 17 Jan 2008 11:36 GMT | 1 |
Situation: area - 100 rows x 50 cols; cell contents - there are only 1's scattered throughout the whole area, like: row 3 contains the no. 1 in cells B, D,E, AB, CD, row 10 contains no. 1 in cells D,F, AB, CC, FG, ... - what's important here is the concept, not the positioning; ...
|
| Macro codes automatically opens when opening a excel file | 17 Jan 2008 10:16 GMT | 4 |
I have coded a macro for MS excel 2007. The macro has been placed under Workbook_open event. It works fine as expected but it also opens the Visual Basic editor auomatically displaying the macro codealong with excel sheet. I tested the same by saving in Excel 2003 format. The ...
|
| UserForm past data | 17 Jan 2008 09:46 GMT | 7 |
I have a series of cells on a worksheet which when clicked on open a DialogBox. The DialogBox has ListBox which references another worksheet in the same workbook, when I click OK it deposits the ListBox value into the triggering cell. All of this works great, except, I also need ...
|
| Custom Cell Format Question | 17 Jan 2008 07:04 GMT | 10 |
Hullo Everyone, A quick question. I am trying to make all negative numbers come up as zero with a dollar sign. I tried the ´general;"0" ' one but that doesnt include the dollar sign. Any ideas or tips?
|
| Reading data from PPT and purge data to Excel and image | 17 Jan 2008 06:04 GMT | 1 |
I want to find out how to read data from powerpoint including image and text. I want to do it dynamically way to read from ppt, purge the data into Excel or somewhere text file and save the image as jpg or gif. I don't care using Excel or VB script to do it. I need a way to
|
| Tracking changes in sheets | 17 Jan 2008 05:44 GMT | 4 |
We get a spreadsheet everyday from our supplier with the status of our production. These spreadsheets are snapshots of our production (that is the status change of an order is only shown as the date of the spreadsheet and not showing the dates the statuses changed for each order)
|
| Open "Insert Hyperlink" popup window with VBA? | 17 Jan 2008 04:44 GMT | 3 |
Is there a VB code that opens the "Insert Hyperlink" pop-up window? (i.e. does the same thing as "Ctrl + K" or "Insert|Hyperlink...") I want to be able to click on a botton (created from Forms toobar) to open the "Insert Hyperlink" pop-up window, so I can then choose an address ...
|
| How can I see assembly code for VBA routine? | 17 Jan 2008 03:44 GMT | 2 |
Is there some way that I can see the assembly code for a VBA routine? I have Office Excel 2003 and the VBA that comes with it (VB 6.3), with Windows XP Pro SP2 running on an Intel Pentium M 770.
|
| Excel spread sheets do not close from vb.net | 17 Jan 2008 03:28 GMT | 1 |
I wrote a program in vb.net 2005 to open a spread sheet, read data and then close the spreadsheet. The probelm is it is not really closing. Dim xlApp As Excel.Application Dim xlBook As Excel.Workbook
|
| Code for macro security level | 17 Jan 2008 03:12 GMT | 3 |
Hi group, Is it possible through coding to set macro security level at low when application is opened? K. Pedersen
|
| Fill down a row | 17 Jan 2008 03:03 GMT | 5 |
WinXP Pro MSOffice 2003 Pro I have a spreadsheet with hundreds of rows and 15 columns Col A holds Company name Each Company can have any number of line items on the spreadsheet
|
| Prevent rows from being selected | 17 Jan 2008 02:08 GMT | 1 |
I am trying to prevent users from selecting the first 9 rows and row 318 in a worksheet. Protecting the sheet will not work, because the user needs to be able to change the width of columns and do other worksheet functions. The following code only tests for the active cell:
|
| Simple Code but slow | 17 Jan 2008 01:42 GMT | 15 |
The code below takes a bit time to populate the ID if I select bigger range....Is there any way to expedite it. Any help will be appreciated!!!! Dim DataCell As Range
|
| multidimensional array | 17 Jan 2008 01:22 GMT | 2 |
How do I declare a multidemensional array that has both strings and integers in it? Thanks
|
| Send attachment via CDO | 17 Jan 2008 01:11 GMT | 4 |
I have followed Ron's instructions from http://www.rondebruin.nl/cdo.htm and I am not getting any emails. A few things I know: I am able to send .csv & .xls as attachments through our firewall. The copy doesn't contain any VBA code so the firewall isn't blocking it.
|