| Thread | Last Post | Replies |
|
| how do i protect one cell for write but not for select? | 13 Mar 2008 18:18 GMT | 6 |
I need to write-protect one o more cells , but i need that this cells can be selectec. Because i need the activecell address for a macro. i'll appreciate any help.
|
| Pivot Tables and Macros | 13 Mar 2008 18:07 GMT | 2 |
Hi, I'm a newbie at pivot tables, but have been asked by my boss to create one for a bunch of end users who are even less computer literate than him! My pivot table is set up and ready to go, but I have 4 possible "value"
|
| Print Selection | 13 Mar 2008 18:06 GMT | 13 |
The same range needs to be printed for one or sometimes more sheets in a workbook. This *should* be easy, but can't seem to make it happen properly. Can anyone please correct the following code apppropriatlely?
|
| Works in 2000 not in 2003? | 13 Mar 2008 17:56 GMT | 4 |
The following code is extracted from a larger routine which purpor is to print/convert an xls into a pdf. sFileFullname = Mid(strFilename, InStrRev(strFilename, "\") + 1, 255) 'get full filename
|
| combobox fraction | 13 Mar 2008 17:36 GMT | 2 |
I have a combobox populated with fractions that display properly. After selection the fraction converts to a decimal, but the list values are still fractions. How can i display the selected value as a fraction?
|
| Returning the IP results from a ping? | 13 Mar 2008 17:15 GMT | 3 |
I snagged this beautiful piece of code from here, and I've seen other code that could do it, but I'm having a hard time gluing it all together. Is there any way I can make this: ---start code---
|
| Nested Search and Replace | 13 Mar 2008 16:01 GMT | 5 |
I have a worksheet with one column which contains numerous GL account codes suchs as: 001-400010-00-11000 001-400010-00-12000
|
| Generate list of number | 13 Mar 2008 16:00 GMT | 5 |
I want to generate a list in excel using a simple form. ------------------------------------------------------- Start Range:<TEXT BOX> End Range:<TEXT BOX>
|
| Border Problem | 13 Mar 2008 15:52 GMT | 4 |
In a worksheet, I have borders around cells C5 and E8 and F4 and each cell in D15:G19. When I run: Sub next_tryx()
|
| VLOOKUP or MATCH >=255 | 13 Mar 2008 15:46 GMT | 1 |
Using VLOOKUP or MATCH, if my Lookup Value is greater than 254 I get #Value!. This is obvious a limit in Excel 2003. Is there a way around this using other formulas or even VBA. Thanks,
|
| Combo boxes in userform auto drop down problem | 13 Mar 2008 15:43 GMT | 3 |
I'm using the following for a series of comboxes to display the dd list when the combobox is selected (using tab as opposed to mouse clicks). Private Sub ComboBox2_Enter()
|
| UserForm Labels not Showing Properly | 13 Mar 2008 15:41 GMT | 1 |
I have several UserForms my users use in a workbook. For some reason some of my users are only seeing portions of the labels. For example, my computer will show the label caption "Description", but another computer may show "Descr", why is this?
|
| highlight duplicate rows comparing two cells | 13 Mar 2008 15:30 GMT | 3 |
I've seen many posts using one column and how to use the advanced filter but I don't think you can use them with two columns of info. My s/s (often +1000 records) has col C LastName & col D FirstName with other supporting details e.g. address, email of stakeholders. Many
|
| Textbox value - rename worksheet with | 13 Mar 2008 15:29 GMT | 3 |
I have 10 tabs that I will need to rename from a textbox (not the range in the code below). The following code has to be ran first, then backtrack to rename the appropriate tabs to the value in the textbox. Anyone have any ideas?
|
| Array of Charts in Excel | 13 Mar 2008 15:25 GMT | 7 |
I am trying to program Excel 2007 with VB.NET in order to plot 100 graphs in one worksheet. I would like to know if there is any way to declare the graphs as an array, like: Dim MyPlots(99) as Chart
|