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

Macros enabled workbook keeps saying macros are disabled

hey so the issue i am having is with macros being disabled when they are set to enabled. i have several computers that the macros are working on and i have a handful of computers that keep getting this...

View Article


Import textfile without delimiters but only selected files (rows)

First hello all ! I am firsttime in a forum. I wrote some macros with the recorder and amend them for my work. Now I have a problem by importing a textfile into excel because I need from the textfile...

View Article


Image may be NSFW.
Clik here to view.

Order Values

Hello Excel Forum! I've attached a workbook with 3 examples to work with. I need to know how to order values and display them as shown in column F. Null values should be excluded. Column A is sorted...

View Article

[SOLVED] Application.OnTime VBA

What I want is to make it simple, I think. Using Application.OnTime VBA, I want to put (with a button) an "Yes" (only once) in a particular cell. To keep this "Yes" for 5 seconds, then to be removed. I...

View Article

Image may be NSFW.
Clik here to view.

Have been told I need a Macro, I know nothing about Macro's, can anyone help??

I have been given a project to update the ban book where I work, but I have no clue where to go with it currently. It is a private members club and we run a book for name checks at the front door. I am...

View Article


How to find first and last non empty cell in row and highlight between?

Good afternoon. I am trying to figure out how to find the first and last non empty cells and then color all cells in that row between/including those two cells. If there is only one value in the row I...

View Article

workbooks.open fails with no error

running excel 2010 on windows 7. trying to open Book2.xlsx from Book1.xlsm. this hard-coded macro works: Sub Macro3() Workbooks.Open Filename:="C:\Users\steve\Book2.xlsx", UpdateLinks:=True,...

View Article

Image may be NSFW.
Clik here to view.

Code do not recognize retrieved value

Hi there, will appreciate any help on this thread. I have this code created by djbomaha that in Y7 count cells that contain values over 0.01 from the X9:X48 cell range and also from the same range of...

View Article


Image may be NSFW.
Clik here to view.

Dependant List boxes, filter and displayed data from another worksheet

Can someone please help me with 3 dependant list boxes and option buttons, which will provide the user different ways to filter and display data? I have attached a workbook as an example to explain...

View Article


MS Date and Time Piker Control 6.0 (SP4) Won't Work Afer File Is Closed Then...

Hello Everyone, I apologize for the misspelling in the header. Piker should be Picker. I'm new here as someone posting or answering questions, but have read many of the posts for ideas, help. etc. I...

View Article

Connecting form data through excel forumlas

Hi guys, Just to let you know where I'm at, I've been following this blog up to the formula stage (http://siddharthrout.wordpress.com/vb-net-and-excel/) Right here's where my problems start; I'm...

View Article

Image may be NSFW.
Clik here to view.

[SOLVED] Automate VBA code when data on a separate sheet changes, without the...

Hi All! Thanks in advance for any help provided. Please see my attached spreadsheet. My table in the 'Property Openings' tab is where the user enters changes and new openings. This sheet also has some...

View Article

vba question

Hey, I ve got a userform with a listbox and commandbutton. I want the following - every time I type in sth in the listbox and then press the comanndbutton I want it to appear in A1, next time in A2, A3...

View Article


copy data from one tab to another tab from another worbook

Hi. how to copy the book "Origin.xlsx" and tab "Base" for the book "Destination.xlsx" tab within the "Result"? i'm try this Code: Sub CopySheetBase() Dim wkbSource As Workbook Dim wkbDest As Workbook...

View Article

VBA cell protection

HI, Is there a way through VBA to prevent a particular cell from being changed by a user? this particular cell contains an auto increment invoice number (by vba function) and don't want users to change...

View Article


copy value of a cell to another cell on another sheet

hi i have been given this code [ Dim x As Integer For x = 3 To Sheets("MFR_List").UsedRange.Rows.Count If Application.CountBlank(Range(Cells(x, 1), Cells(x, 5))) = 0 Then Range(Cells(x, 1), Cells(x,...

View Article

Macro Help (Save copy of tab to new excel file)

Hey all, i heard this was a well respected forum with good feedback. I need a little guidance... I have a master file 'Copy and Save.xlsm'. It contains 3 tabs: FR, GM, and CH. I want to save a copy of...

View Article


Sound om my macro botton ?

Hi:) Is there someone who knows how i can make a sound conneted to a macro botton? I have tried to make a Yatzy game, and i have a dice botton when i have a macro on. When i push the botton, i want it...

View Article

Developing a "Search" or "Find" Macro/ VBA Program

Over the past twelve months, Ive had to quickly develop knowledge in Excel for my job, which is in the social care sector. Before this, I used Excel at school some ten years ago. However, trying to...

View Article

Open Workbook when name changes

Evening all Looking for a simple macro that will open a workbook whose name changes, the name changes are known, date / time Example of the address is, I've marked the variables in red :-...

View Article
Browsing all 50040 articles
Browse latest View live