Pivot Report Filter - Readout/Display selected items in a cell
Hi! I tried to find an answer in different treads but without any luck Please see attached Excel file. I have a pivot table with a report filter. Now, when more than one item is selected, the report...
View ArticleConnecting MS Excel with Attachmate Extra X-treame
I have a excel file with the list of Account numbers. Now I go to Attachmate extra Xtraeme and browse variuos screens by entring the account number and copy that info from Attachmate to excel. I want...
View ArticleHelp on do while loop
Sir, I was trying to write an excel macro to find "Db" specified in the macro i have tried.i need to get the values in column E for each values in column C.But there are some errors showing while...
View ArticleVBA Find, populate textbox, click command, findnext, display
Hello, I'm very new to VB macro coding and am seeking guidance on how to create a macro that will; 1. search for a name in a spreedsheet when the command button is clicked then 2. display the...
View ArticleConnecting MS Excel with Attachmate Extra X-treame
I am trying to create a session between Excel and Attachmate Extra Xtreame to fetch info from various screens of Extra and paste it on to excel. Everytime I am trying to create a session between Excel...
View Article[SOLVED] Select Range of cells when rows are known, current column is not.
Lets say cell c12 is the active cell. How would one select Range("C2:C7") in VBA if one did not know the column letter, only the row numbers. Something like: Range(activecell.column + "2:" +...
View ArticleCopying formula to new cells 'X' number of times
Hi, i'm trying to write a macro to copy a formula down into the next cells. The number of cells the formula gets copied down into is a factor of a number entered into another cell. In the below example...
View ArticleIf(and)
Can someone look at the attached and tell me why cell E33 returns a #value! Attached Files time calculation6.xlsx (17.9 KB)
View Article[SOLVED] identify duplicate numbers
I am seeking a way to identify duplicate Invoice numbers in a column Say Col a 123453 123654 321010 362511. if 123453 is entered then I am seeking some visual alert indicating a duplicate Invoice No....
View ArticleRetrieving data from an excel spread sheet that has been filtered
hi i am trying to write a macro that filters data with thousands of rows and columns of information and extract certain values from specified columns and rows for example ive got currency, type of...
View ArticleReferancing a worksheet from a cell containing its name....
Hi guys Firstly, new here but have used some of the previous feedback to help resolve other issues in the past, some great brains about may I say, so thanks for the anonymous assistance to date!...
View ArticleSending the Excel file to multiple recipient in outlook application by using...
I want to send an excel file to multiple recipient using vb. i have the recipients email id in column A . For ex In cell A1 i have aaa@someone.com , A2 i have bbb@someone.com .... like that it goes...
View ArticleShow Search results in userform
Hi, I am using the file NameNo Data (2).xls and it is working for my needs, but for the liofe of me I can't figure out why it will only return 6 column worth of row data. I have tried to make what I...
View ArticleIdentifying duplicates over mulitple sheets with 3 criteria
Greetings I have a problem and was wondering if you fine gentlemen could assist me. As the title suggests I am trying to reconcile two sheets in a workbook, highlighting any duplicates (or more...
View ArticleNeed help on the rows & column values to be merged to a single cell.
Hi Guys, I have a serious problem and need help in writing a macro for the same. I have attached them as a attachment. Kindly provide me the macro code. ques.JPGsol.JPGques.JPGsol.JPG
View ArticleSimple Merge Cells (Macro)
Hi, Please i want some help to do one simple macro; i have this table eee1 eee2 1 a 1 a 1 b 1 b 1 c 1 c 1 e 1 e 1 e 1 e and i want the macro to do the following output; eee1 eee2 1 a 1 1 b 1 1 c 1 1 e...
View ArticleMacro to convert excel to R1C1
Hi Thanks in advance, i need help in a macro where 1. When excel opens , the format changes to R1C1 automatically. 2. when that very excel is closed, its gets back changed to A1 fromat. Please help.
View ArticleSelecting All Used Rows Including and Underneath Specific Value
Hello World! I have been working on an excel worksheet that is generated by one of our project reporting systems. The system exports to excel all of the financial information for the project being...
View ArticleAdd Delete Names using macro
I have First name and last name in one excel workbook and my requirement is to have three buttons which is Add,Delete ad Export. If I click Add button it should ask for first name and second name of...
View Articleif statement to force user enter string without spacing
Hi guys, is there any way to force user to key in a string without spacing? Example if user input "test test", system will prompt error and force user to input "testtest". My code is like this Code:...
View Article