| Thread | Last Post | Replies |
|
| Picture Hyperlink Path | 20 Jan 2006 23:07 GMT | 1 |
I have a worksheet with a column of "pictures." All that the user sees is the text Picture, with that text hyperlinking to an image on a network share thusly: "file:///\\server\share\imagename1" or "file:///\\server\share\imagename2", etc.
|
| In macros, an instruction that will return the position of the Active Cell | 20 Jan 2006 22:55 GMT | 2 |
In a macro, how can I make it show the position of the Active Cel (Column/Line). Or how can I set that position as a Condition; e.g. “If ActiveCell i B7 Then….”
|
| Superscript Button | 20 Jan 2006 22:39 GMT | 7 |
How do I assign a font change to selected charecters within a cell. Example: A1: 623154 (as text) I highlight 231 and run the macro and get this result
|
| Use % as variable for user id? | 20 Jan 2006 22:26 GMT | 11 |
Can I initialize the % sign as a variable in code to identify and use to indicate the user id of the user who is running the code on their station? For example X = %. or something like that. Thanks,
|
| Debugging macro | 20 Jan 2006 22:18 GMT | 4 |
I used to program in Quattro Pro a long time ago. When I wanted to debug a Quattro Pro macro, I was able to start the macro (I can't even remember which command that was) but then I could hit the space bar and I could see the macro execute step by step.
|
| hide/unhide row macro | 20 Jan 2006 21:46 GMT | 4 |
I'm new to writing macros and need a little help. I'm trying to write macro that will hide/unhide different rows within a worksheet. Fo example, I want to check a box and be able to hide rows 8, 10 and 12 but leave rows 9 and 11 alone. Thanks in advance for your help
|
| InputBox requesting dates between two predefined dates | 20 Jan 2006 21:45 GMT | 2 |
I'm trying to figure out how to display this programmatically for the user. I want the user to enter a date between the following two dates: Date 1 is defined as SummaryMin Date 2 is defined named variable CPI_SPI_PITD_LastMo
|
| Worksheet Expiration | 20 Jan 2006 21:43 GMT | 1 |
I want to set an expiration date for a worksheet. I'll store the date in an xlveryhidden sheet in a cell. Can someone help with the code to check the cell and compare to now, and goto a sub to hide the other sheets?
|
| Pivot Table sorting | 20 Jan 2006 21:07 GMT | 2 |
I have some data being exported daily from SQL into Excel. A pivot table is applied to the data with the columns of the table being the WeekEnding dates. Although the field format is "date" in both the raw data and the pivot table column, the pivot table is sorting the columns
|
| Extracting records from an excel list | 20 Jan 2006 20:55 GMT | 6 |
I have a large spreadsheet with at least 6000 records (rows) and 5 columns. The columns are as follows: B5 C5 D5 E5 F5 Check# Vendor# Name Date Amount
|
| Macro for multiple worksheets | 20 Jan 2006 20:52 GMT | 3 |
Any help would be appreciated. I have a workbook with several spreadsheets that contain small picture files. Each time I open the workbook I would like a macro to run on each worksheet and resize the files to a specific size. The code I have so far is below. It only
|
| Need coding to DELETE a line on a spreadsheet. | 20 Jan 2006 20:44 GMT | 1 |
With Worksheets("SpeedPlay").Shapes.AddLine(546, 90, 546, 114) .Line.ForeColor.RGB = RGB(0, 0, 0) End With The preceding Macro code adds a black line of a certain length and in a
|
| Need help unprotecting workbook before importing | 20 Jan 2006 20:32 GMT | 2 |
I'm trying to import a workbook into an open workbook using the code below, however, the workbook I'm trying to import has a password. The password is blank (essentially no password). Sheets.Add Type:= "E:\mattw\My Documents\My Timesheets - 2006.xls"
|
| Conditional Formatting | 20 Jan 2006 20:21 GMT | 1 |
My macro generates a Sales by Product by Customer PivotTable with 3 columns i.e. Product, Customer and Total. Automatic subtotal are generated at each change of Product (Column A) I then insert the following Conditional Format in the entire
|
| How to change cell color with reference to a formula? | 20 Jan 2006 20:18 GMT | 3 |
I want to change the color of a cell with conditional formatting.That means the cell color Value Red 0-97
|