| Thread | Last Post | Replies |
|
| Dynamic array seems invalid | 20 May 2007 16:26 GMT | 1 |
First of all, I'm a relative newbie when it comes to arrays. I tried to generate a dynamic array , named 'ClusterValues()' . When I point my mouse over 'Array(TStV4)' it seems(!) to be a valid array 'saying' "1, 2, 3" , when I test this array using:
|
| Generic separator | 20 May 2007 15:12 GMT | 2 |
I'd like to construct a path name by adding a filename to a directory path, such that it works whatever platform it's being run on. ie I need to know what to use as the separator so that it puts in a "\" on a PC & a ":" on a Mac
|
| Store values in variables based on count | 20 May 2007 14:44 GMT | 3 |
I'm trying to write a macro that declares variables in a dim statement where the number of variables are based on a count (number of cells in a range for example). To illustrate I present the following macro : Sub SetVariableNames()
|
| VBA text to columns | 20 May 2007 14:25 GMT | 22 |
Please help. VBA Ignorant. I am trying to build a macro to convert a lot of fixed width data from text to columns sequentially for multiple rows. The macro recorder will not work due its nature with arrays. The simple keyboard commands that do work are as follows:
|
| Detect new row event | 20 May 2007 14:24 GMT | 2 |
I need to make a macro that monitors and detects when a new row its added to a worksheet and calls a fuction.
|
| Loop relative rows | 20 May 2007 13:50 GMT | 1 |
Loop relative row Hello With the macro macro_C(), I call the macro C_N all the 28 rows. Select column 17 of each row for puts the result of C_N at it
|
| Userform/TextBox Issues | 20 May 2007 12:48 GMT | 1 |
I have mutlitple boxes on a userform that run the exact same code as can be seen below. For the sake of efficiencey I would like all these textboxes to reference the same section of code, but I can't seem to get it to work. Can anyone help me with this problem?
|
| Multiple formulas invovling ranges | 20 May 2007 12:15 GMT | 1 |
I am trying to write a formula and struggling to get it to work. The goal is to grab a specific value (ex. “2”) from two specific columns on a separate tab. If a row has that value in either cell then I want to read a formula from a different cell on that row. This would be ...
|
| How to arrange multiple cell value into single column | 20 May 2007 11:50 GMT | 2 |
For Example: Before A B C D 1 Button1 Button2
|
| Modifying Ron De Bruin's "Create summary sheet from different workbooks" | 20 May 2007 11:47 GMT | 7 |
I have been using RDB's script for summarising a worksheet from different workbooks to great effect. I have modified it to suit my initial needs as below. However, I was wanting some (a lot) of assistance to change/modify the "getopenfile" code to be able to read
|
| email sending | 20 May 2007 11:46 GMT | 2 |
I am using excel to data log serial data read from COM1, the worksheet its been filled but I need two things Table estructure Date Time Event
|
| Help with Excel 2007 new UI | 20 May 2007 10:51 GMT | 3 |
Can someone point me in the direction, I've seen it while researching but can't find it again, a web site that has a set-by-step guide to creating a custom menu in Excel 2007.
|
| How arrange from one cell to column. | 20 May 2007 09:09 GMT | 4 |
Example : Before : Part name Qty Location (seperated by comma) Button 1 2 B1,B2
|
| Changing code and formulas in Excel Program | 20 May 2007 08:43 GMT | 4 |
I am working on a excel staff structure that has an issue with changing formulas and VB programming. All formula cells are protected and half are hidden but every so often a reference will disapear from a formula. It is
|
| Copying cell menu contents | 20 May 2007 07:40 GMT | 4 |
I'm populating a spreadsheet from a template using Access VBA. A cell in row 3 contains a pulldown static menu of selection items. I need to copy these cell menu options to each new row of data copied to the spreadsheet.
|