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 ArticleImport 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 ArticleOrder 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 ArticleHave 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 ArticleHow 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 Articleworkbooks.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 ArticleCode 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 ArticleDependant 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 ArticleMS 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 ArticleConnecting 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[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 Articlevba 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 Articlecopy 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 ArticleVBA 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 Articlecopy 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 ArticleMacro 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 ArticleSound 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 ArticleDeveloping 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 ArticleOpen 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