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

Plotting graph with vba

Hi all, i have an error setting a range for my graph. Currently my code looks like this. Any solutions? Thanks in advance Code: Dim r As Range set r = Range(Selection,...

View Article


How to programmatically add Oracle Provider SW to a machine using VBA

I have created a VBA module that pulls data from an Oracle db and returns it back to Excel. It uses an ADODB.Connection. I have both SQL Developer and Oracle client loaded on my system. The VBA codes...

View Article


Image may be NSFW.
Clik here to view.

splitting text (address)

Hey all i am new to excel and i am trying to find a quicker way to sort my data. I have a list of addresses in column A and i would like the data to be split and displayed like in the picture...

View Article

Image may be NSFW.
Clik here to view.

Writing a Grading WS sub to find stats (mean, stdev, etc. for data) and put...

Hi, I am working on an excel grade book that automates many of the repetitive tasks in generating certain forms and statistics from a set of data. I am looking for a way to write a sub that will...

View Article

Straxx-Prevent it working

I work with colegues who use the Straxx password remover when they forget their passwords. However, i set up a workbook for them, and protected each sheet, yet instead of making contact with myself to...

View Article


Code for turning sheet3 content into a pdf and emailing it with cell info all...

Basically looking for code to email the content of sheet3 in PDF format while operating from within sheet1. Content of the email will include cell data from (A1) =(johnDoe@bla.com). Subject line (john...

View Article

Plot XY points in spreadsheet using paint bucket fill based on cell Coordinates

I have a series of XY points in excel. I want to plot these points on an excel sheet, not a chart, by running a macro to shade the cell that corresponds with the X and Y coordinate listed across the...

View Article

Image may be NSFW.
Clik here to view.

Complex Duplicate Removal

Hi guys, new to the forum and I have a rather complex question / problem that I really need help with. The rate that I’m learning VBA coding is not going nearly fast enough to handle this myself! ☹ I...

View Article


Image may be NSFW.
Clik here to view.

How to match if cell contains some part of the string from other cells in...

Hi Everybody, It really a great pleasure for me to visit this forum to dig knowledge in Excel!!!!!!!!!!! So here is my question and description. I have attached one workbook named as Sample111. In this...

View Article


Image may be NSFW.
Clik here to view.

Error 1004 when I try to import any file with TextImport.xlsm

I downloaded the textimport.xlsm attached by Rob in of the posts. I tried using it for importing my files but it keeps giving an error saying files not found. Please help me out. Thanks, Swami Attached...

View Article

Image may be NSFW.
Clik here to view.

HELP! need a lesson on referencing and error checking two cells

So here is the problem...I have created a spreadsheet that does all my calculations for work....2 specific outs are "actual magnetic spacing" (above and below) and "magnetic spacing required". Problem...

View Article

VBA invoice button

Hi everyone i have two worksheets: worksheet(3): alarm price 1000 Row C Row D oil 26 lube job 18 radiator empty transmission empty inspection empty car parts alarm labor 20 bucks 3 hours i need to pass...

View Article

Macro to create lines that connect cells

I would like to create a macro that inserts vectors from the bottom of one cell to the top of another. I have found the below approach but it does not seem to work. can someone help me please? Sub...

View Article


Find the latest entry for a category in a list using VBA

Hello! I hope everyone is having a nice day. So I have this list with loads of customers. Each day, different updates are being registered in a format I created. In order to create a visual report I...

View Article

Image may be NSFW.
Clik here to view.

Macro that would loop through duplicated project name and assign consecutive ID

As title stated, I would like to ask for help for a macro that can loop through the project name(Column B), find out the duplicated one, and assign consecutive ID for the duplicated project e.g. there...

View Article


Copying specific row values from all the sheets of a closed workbook (a bunch...

Hi, My friend has lot of excel files kept inside a bunch of folders (each named using the date). Each excel file will have multiple sheets (count can vary) and will have a row (say C4) with state...

View Article

Open the last modified file from sharepoint sites

I want to open the last modified file which is an .xlsx extension from sharepoint sites. I have so many files which has different extensions too i want only to open the .xlsx file which was modified...

View Article


How to apply in one shot a macro on different columns instead of one column?

Hi Excel experts! My sheet looks like that: Code:           A                    B          C          D          E          F        G 1        This is string1  his        0000      ng1      0000...

View Article

Image may be NSFW.
Clik here to view.

Need a Macro code for Dropdown

Hi All, I need a drop down for 'By Country" and "By Specialty" in the sheet 1, i need the same country names and specialties in the drop down which are there in the sheet 2. Countries: UK, USA, Germany...

View Article

How to copy fr AU:AY & paste to O:S after double click at B in same row

hello all, I have a double click target at column B (can i have a limit for B20:B100 in stead of entire column B?) DoubleClick @ B20 then copy from Range("AU20:AY20") paste into Range("O20:S20")...

View Article
Browsing all 50067 articles
Browse latest View live