Macros and VBA
6299 TopicsExcel Date Picker
Hello , I would like to add date picker on an excel sheet. The goal is to create an excel file and have this sent to users to fill in. When filling the excel, and click on the start date, a calendar dropdown should appear and users select the date from the calendar so as to eliminate different date format and make it unique across the document. I was able to get a date picker add-in however this wont work because I am sending to users please see below:624KViews0likes13CommentsDeleting rows that contain specific content
Copying records from a source into excel, each record copies over as either 2 or 3 lines. Nearly every record contains a unique line with the word "search" in it. I don't need those lines in my spreadsheet, but don't know how to write a macro that will delete only rows that contain that specific word. I'm sure its simple, but my programming knowledge is minimal. Any help would be greatly appreciated!Solved539KViews0likes9CommentsAdding Microsoft Date Picker to Excel VBA Userform
Hi Everyone, I'm trying to make a userform in Excel VBA. I need to add a date picker. But that isn't available in the list of available tools (Not in additional tools list). I saw a tutorial on Youtube for adding this tool. The method includes downloading and copying a file named "mscomct2.ocx" into windows directory "Syswow64" and registering it. I did that. But even after following the procedure there is not date picker in the list. Can anyone please help me with that? How do I add a date picker to my userform? Thanking in anticipation.327KViews0likes11CommentsDate of Last Modified for a Cell
Good day, all. I am inquiring if there is an excel function that would give me a date (and time) that an individual cell was last modified. For example: cell A2 has an entry of $2.55 and I'd like cell A3 to read "12/5/22 at 10am". a week later I change the $2.55 to $3.00....I'd like the A3 cell to read "12/12/22 at 10:30am". I've seen some VBA solutions but wondering if there is a simple excel formula to accomplish this?245KViews1like72Commentsmscomct2.ocx windows 10 64 bit
Hi experts, i m new to vba, i would like to insert a date picker calendar in my VBA Form. But Microsoft MonthView Control is missing in excel form controls. Using 64 bit windows 10, excel 2016. I came to know that mscomct2 .ocx is will not run in 64 bit win10. But after registering mscomct2 DOS msg shows it is succeeded, but it is not reflecting in excel. or is there any other way to insert monthview tool in VBA. expecting immediate support. dileep mohan,altius226KViews0likes2Comments