Sorting - how to select part of worksheer
I am trying to create a VBA Macro that sorts the data on a worksheet. I have 10 rows of header junk that I want left as is, then 300 to 500 rows of data I want sorted - on data of a particular column....
View ArticlePrint selected cell in 1 sheet
Hi guys, Need help here. I try to print certain data with selected cell. It works to preview the print. However, it showed cell by cell and the user need to click next page to view another cell. Here...
View Articlefind with vlookup and replace the value
hey there, i want to make it very simple. example; column a has unique numbers. (55000 rows) column b has values (some of them empty) - 55000 rows column c has unique numbers (column a also have those...
View ArticleColor cell based on date criteria
I have a workbook "Schedule" that Sheet1 is renamed to "Staff". I have a cell range named "Holidays located at cell K2 to K13 that Holiday dates are entered. I have several sheets that will be the...
View ArticleExcel macro to merge word docs based on cell value
I have a number of word documents in one folder. I want to merge selected files out of them into a new word doc based on selection of the file names in an excel sheet. The macro has to read the file...
View Article[SOLVED] How to say "and if the cell does not say "course taught"
Is there a way to make this line say "If worksheets("1Prof").Cells(Count1, 2).Text <> "" And cell (count1, 1) does not equal "courses taught" ? If Worksheets("1Prof").Cells(Count1, 2).Text...
View ArticleDATA Entry and Log/recording Help!
i wanted to be able to log the data from the Exelon QAP Form Template sheet to another sheet by clicking a button. The Exelon QAP Form Template sheet is where i input the data and answer YES or NO if...
View ArticleMacro to create hyperlinks between sheets
Hi All, I have a excel sheet where I have questions in the main sheet and answers by different candidates in other sheets of the same work book. I need a macro where.. 1) The sheet 1 should create...
View ArticleChange textbox format to date
Hi guys I have this code Code: ws.Cells(iRow, 7).Value = Me.textbox3.Value My question is, how do i change the date format of the textbox to dd/mm/yyyy? because when i type the date 5/10/2012 in the...
View ArticleCopy some characters from a list into another row
Hello. I am new in VBA programming. I have Excel 2010. That why I want somebody to give me a macro for next problem: I have a list placed at A1: " at point X-220.123Y-545.389Z698.523" I have hundreds...
View ArticleSearch within a cell for multiple defined terms
Hi all, I have quite a large spreadsheet with one column (A) of values. I have a second column (B) with pre-defined terms which could appear in the column A. Ideally I would like to run a macro/VBA...
View Articlemacro to compare 2 sheets row wise and copy unmatched data to 3rd sheet
I looking for a fast macro dat will compare two excel sheets(containing large amount of data) row wise..here i want to take one row from first excel sheet and compare with all rows in another excel...
View ArticleHow to transpose a bidimenional array
Hello guys, Simply, I have a bidimenional array myArr(r,c) and I want to restructurate it so that to have the transpose of it : myArr(c,r). Is it possible without any loop ? For example, instead of...
View ArticleFormula to calculate how many unique items
Good Morning all... I've attached a copy of the sheet I am using. What it is is that I'm trying to calculate at the top how many runs there are... My formula is taking every single entry as a run......
View Articlecreating listbox
Hi, can someone help me with a code for making a new (with pre-defined range) listbox appear in my sheet?
View Articlemarco function with a kind of vlookup formula
hi. i need to create a macro function to run a repeat cell data that pulling from a sheet in the same excel file. attached sample basically what i need to do is: write a macro: insert a new sheet and...
View ArticleUDF for Counting Unique Text Within Date Range
Hi all, I have this wonderful User Defined Function below that counts unique text within a range. The problem is you cant specify a date range as as in COUNTIFS functions. Can this code be modified to...
View ArticleExport a range as text
Hi all, I'm not a complete novice and can usually butcher other code snippets to do what I want, but despite a fair bit of googling I can't find an example of what I need, any help on this would be...
View Article[SOLVED] copy details in sheet3,d8 into sheet1,e10. there are 48 sheet.
i do have 48 sheets, sheet1 named as RENAME. the function of sheet1 is as a receipt. it will copy details from the layout onto selected sheet by clicking SIMPAN button. it gonna copy details into...
View Article[SOLVED] Help with Error Handling
Hi All, * Firstly let me thanks to the admin and all the members for their wonderful job which they are contributing in this great forum. I have learnt a lot from all of you. Please see below specific...
View Article