Quantcast
Channel: Excel Help Forum - Excel Programming / VBA / Macros
Browsing all 50049 articles
Browse latest View live

[Excel2010] Vlookup-esque function that copies the entire row of each match...

Hi all-- I've been lurking around this sub for a while now, this is the first problem I've encountered that I haven't been able to find a solution to online. So, I have a large (~10k line) spreadsheet...

View Article


Image may be NSFW.
Clik here to view.

How do I update a graph weekly in excel without overwriting past week...

Hello anyone who can help. I am new on this forum, and I have been searching different forums for hours trying to find out how to do what im trying to do, and hopefully someone here can help. I have a...

View Article


Getting "Object variable or With block variable not set" error with Find...

I am trying to allow a user to double-click on a cell in column 2 on Sheet1 and it will take them to a cell on a different worksheet where the date matches the date that is on the same row in column 1...

View Article

Send email based on address in a cell

My code basicly sends a copy of the excel file to a specified email, thw code works but i wish to make one change. Code: .to = "example@hotmail.com" The line above states the email the file should be...

View Article

reference the affected sheet

Ok I know this is probably an easy one, but how can I reference the sheet that is affected by a UDF using the range passed into it. In other words, how do I extract Sheet1 from 'Sheet1'!A:A in a way...

View Article


Copy paste Checked box text to next sheet

3 things i want your help for:- 1. If I will click on “uncheck all” button, then all check boxes should get unchecked. 2. If I will click on “Export Selection to Next Sheet” button then the selected...

View Article

Trying to write a VLOOKUP with variables causes RC[1] to not be recognized as...

Hello, The code will successfully open files in alphabetical order of name and perform vlookups based on the values in column B. I am having trouble just with one piece of the code. I want to subtract...

View Article

ListObject DataBodyRange Returns Object Variable Not Set Error

Hi all, Using Excel 2010. I would like to test a DataBodyRange of a ListObject and delete the DataBodyRange if the Rows.count >=1 My code is returning an error: Quote: Run-time error '91': Object...

View Article


Image may be NSFW.
Clik here to view.

Macros to transpose from multiple columns to selected columns and maintaining...

Can some one help in transposing data from multiple columns to selected columns while maintaining column properties with the following conditions: 1. Employee ID - in Text format 2. Record # - in Text...

View Article


How to convert cell value into string

Part of my code is .subject="hi" this works, however i want to make subject equal to the value of cell A1. for example if in A1 ther value is hello, it should be .subject="hello", thanks.

View Article

Column Grouping Levels

Hi, I have a spreadsheet, where I'm adding grouping like this: Code: Range(Columns(1), Columns(7)).Group I need two levels of grouping. In my example, I'm grouping by weeks, then by months. So I want...

View Article

Image may be NSFW.
Clik here to view.

Export from active worksheet to closed ( no header)

Hi! I'm a vietnamese , my english isn't not very good !:( I have a problem --> woud be helped : how to export data from A.xls to sheetB of file B.xls, (B.xls is blank ) by ADO or DAO ? thanks !...

View Article

Macro Very Slow to Copy Lots of Data

Hello everyone, I have 4 different sheets in one workbook from which I need to copy the first 5 columns. Not entirely though, only the rows that contain values (i.e. not the rows with all errors or all...

View Article


[SOLVED] All possible unique combination of 16 names from a list that...

Hello everyone, I'm new to excel and VBA and i don't know how difficult or stupid this may sound, but i still couldn't solve it I'm trying to make a function in VBA that takes a list of 19 unique...

View Article

Image may be NSFW.
Clik here to view.

Multiple selection in Data validation list

Hi Team, I have problem with the data validation list, to select multiple (more than one value) in the list and then based on the the selection below cell should reflect the values of the values...

View Article


How we unprotect Sharing Password if Vba Project is unviewable ........ Creak...

How we unprotect Sharing Password if Vba Project is unviewable ........ How We Creak Sharing Passward if VBA project is Unviewable which password remover is avalibal for creak this

View Article

Copying/Pasting Moving Rows

I made a table and I would like a macro-assigned button to remain in a row and move along with it as the row shifts down when, upon clicking the button, the macro copies the same row with the...

View Article


VLOOKUP VBA with IF clause

Hello excel geniuses, I am relatively new to VBA but understand its functionality. I am currently trying to build a Business Card Request Form and I need to create a VLOOKUP vba. The function looks...

View Article

Find a cell that has a null value, and replace with an empty string.

I have a file that is 3 columns, and traverse the 3rd column, find a keyword, and then calculate the median of the values in column 2 between that keyword and the next keyword. Here is the code that...

View Article

Yesterday Date Filter

Hi, I am trying to create a macro that must update data daily. It must filter a list of data to show yesterday's date and count those orders only. Currently I have the yesterday filter applied and the...

View Article
Browsing all 50049 articles
Browse latest View live