Excel checkbox macros
I posted yesterday about getting a checkbox macro that would set the linked cell to another page and got the following code: PHP Code: Sub addCBX() Dim myCBX As CheckBox Dim myCell As Range     With...
View ArticleCalendar
Hi I'm making an attendance tracking sheet and was wondering if there was any formula/macro which could automatically insert/delete columns dependant on how many weeks there are in a specific month?...
View ArticleCalendar
Hi I'm making an attendance tracking sheet and was wondering if there was any formula/macro which could automatically insert/delete columns dependant on how many weeks there are in a specific month?...
View ArticleMake data save in 1 row down from prev
hi i wondered if anybody could help with a code that saves data in the next row to the previous save data, for example the user will fill in my form and then hit save which save the data in persific...
View ArticleFiltering a Table and then putting text into a cell showing the current...
I have this 99% done, just cant get the final step. Need a Guru here... please. Using vba I made a custom function so right clicking on a cell in a table brings up a message box asking to filter the...
View Articlelook up for reapeating sequence....
hi all i have 20 numbers from 1-80 reprezentinf loto numbers, some thing like this 1 22 33 44 10 66 77 11 56 80 78 43 29 59 69 38 32 67 69 72 first number extraction 1 22 33 66 43 32 ..etc how can i...
View ArticleWeek estimates rolling up to months
Hi, I think I posted my question in the wrong forum group. Since my request is more around a macro it should have been posted here. Here's a description of my request. We are in a scrum agile...
View ArticleAutofill Vlookup/Formula to last row in multi range and option button
Greatly appreciate for helping me with below: 1. I have Vlookup and formula from Range "B1:AM1". How can I autofill those to the last row depends on data of column A:A (Exp: if the last data on column...
View Article[SOLVED] I want to use below countif formula in VBA, any suggestion how to...
I want to use below formula in VBA, any suggestion how to use it in VBA code? This formula will count the cell with value "ABC" in column heading "Product"....
View Article[SOLVED] Copy TextBox data to Worksheet in specific range
Good day all, I am working with a code to copy a contractor details to a particular worksheet. On my first UserForm if you press the "Add Personnel" cmd button it takes you to a second userform...
View ArticleFind missing values in sequences, repeat for many ranges in a single sheet
Hi all- Frequent visitor, macro-beginner, and first-time poster:) I have spreadsheets (example attached) with groups of data (indicated by "Image 1", "Image 2", etc. in column A) - each group is...
View ArticleVBA code to update master file and reflect changes on other workbooks
Hi everyone, I am trying to figure out the best way to accomplish a task of updating several workbooks from a master file. I have a master file which other users need certain particular information...
View ArticleExcel formula to VBA, use of range such as MEDIAN(1,2,start:end)
Hi there, I have an Excel formula which I wish to use in VBA. I have learned that MOD(x,y) becomes x MOD y but I am having problem with the following: =MEDIAN(value1, value2, startplace:endplace) The...
View Articlehow to find words in multiple excel files and replaced !?
hi i have many files from Excel and i want some data search and find and replace !! how can i do ? i want list of data fined !!!
View ArticleByRef argument type mismatch / Passing array as a function argument
Hi The intention is to get the function FD() to accept an integer and an array (of doubles) as input and return a double value. I've searched various forums and references and I *think* I have this...
View ArticleVlookup or Index/Match
I have used Vlookups for years, however I am having trouble returning the data that exist. I am matching one data element from and existing worksheet (worksheet 1) to another worksheet (worksheet 2) to...
View ArticleHELP compile error for without next????
Option Explicit Sub Create_Quote() Dim wb As Workbook Dim wb2 As Workbook Dim ws As Worksheet Dim ws2 As Worksheet Dim MyPath As String Dim MyFile As String Dim i As Long Set wb = ThisWorkbook Set ws =...
View Articledynamic range specification (based on column header) in sumproduct multiple...
I have this code in VBA, value1 = "Product1" Value4 = " " Range("D8").Formula = Application.Evaluate("SumProduct(--(G2:G10000 = """ & value1 & """) , --(C2:C10000 <> """ & Value4...
View ArticleMacro query against a SqlServer database
I have an existing query that is run against a sqlserver database that returns production data for a group of machines. I need another query to find the timestamp of the latest record that each machine...
View ArticleSelecting Excel extension in FolderCrawler
I am using the script below to list all worksheets in all workbooks in a folder. It works fine for files that have a lowercase .xls or .xlsx extension, but ignores ones that have an uppercase .XLS or...
View Article