| Thread | Last Post | Replies |
|
| hi, how to compare two string values, if the string values r from inputbox in VB | 25 Apr 2008 15:59 GMT | 1 |
how to compare two string values, if the string values r from inputbox in VB eg A=inputbox(" enter name1") B=inputbox("enter the name2")
|
| PLEASE CAN ANY BODY HELP | 25 Apr 2008 15:50 GMT | 2 |
Hi, I have data in sheet (see below) ROW A E F-----col 1 3080 G16 11 2 500 G16 12
|
| Update my spreadsheet with MLB team records? | 25 Apr 2008 14:59 GMT | 2 |
Does anyone know of a way that I can have my sreadsheet update MLB team records automatically? Currently I'm punching the Wins and Losses column every day. haha...a little cumbersome.
|
| Selecting Range of Cells | 25 Apr 2008 14:58 GMT | 6 |
I'm trying to write a macro that will select a certain range of cells. The problem is, new rows will be added to and subtracted from the worksheet. But i still want to be able to have this macro select a certain range, all in one column and then clear the contents of that range ...
|
| Cubevalue (Excel 2007) versus Cubecellvalue (Excel 2003) | 25 Apr 2008 14:23 GMT | 3 |
I have developed a spreadsheet in Excel 2003 which attaches to an analysis services cube, using the analysis services add-in function "cubecellvalue" plus appropriate mdx statements to build the sheet in the format required. However in Excel 2007 this only works if I alter the ...
|
| Excel VBA functionality and SharePoint | 25 Apr 2008 14:15 GMT | 4 |
Hello- Is it possible to use VBA to loop through files and folders published to a SharePoint server? Does VBA lose any functionality if files are published to a SharePoint server? Thanks. Filo
|
| How to count rows with text | 25 Apr 2008 14:00 GMT | 2 |
Can someone tell me a simple way to count the number of occurences of a text string "abc" that are in adjacent columns in a row? In other words, in row 2, starting in column "B" I have "abc". It appears again in column C, and so forth. At some point, the contents of the cells in
|
| I am new to VBA - Help needed on Macro | 25 Apr 2008 13:13 GMT | 2 |
Although I consider myself fairly good with Excel (I use 2003) I have never used VBA. I want to achieve something and feel a macro is the only way I can achieve it.
|
| Pivot Macro | 25 Apr 2008 13:04 GMT | 2 |
I have two sheets in excel, sheet1 is the source data, where the count of the data keep changes. sheet2 is the pivot sheet, where pivot is allready created. I need a excel macro code, to update my pivot every day, when i run macro.
|
| Force to run maximized | 25 Apr 2008 12:21 GMT | 3 |
I need to accomplish the following in a workbook: -Force to run maximized and not allow form movement within the screen -Disable Save and Save as -Disable shortcut keys
|
| Column Breaks | 25 Apr 2008 11:41 GMT | 2 |
Dear All Excel Experts Is it possible to open text file in Excel and split using Text Import Wizard as per Required column breaks Please Suggest
|
| Macro copy data into another workbook | 25 Apr 2008 11:12 GMT | 5 |
I found this small macro which copies the data from my source worksheet ("Data4") Range("A1:C1000") to a different workbook ("C:\Destination.xls"). What it does is that it will look for the next empty row and then copy the data into it. Now I would like to alter the macro so ...
|
| Using IF EXISTS inside CASE block in SQL | 25 Apr 2008 10:37 GMT | 2 |
Can I use IF EXISTS inside CASE block in SQL (MS SQL SERVER 2000)? if yes, how??? if you have example, it will help. Thanks Mayur
|
| VBA Routine to split cell data... | 25 Apr 2008 09:29 GMT | 10 |
I have the following in cell a2: AB/9999/08 The number of characters before the first / can increase. The number of characters between the slashes can range from 1 - 5 characters. I have used the following functions in my sheet to break down the info (with
|
| Macro to compare names | 25 Apr 2008 08:29 GMT | 8 |
I have two columns; A and B with names in them. I would like to compare the names in column A with column B and If I find a match, highlight the name in cell B. And then go down one cell in column A and repeat
|