Search results

  1. G

    Solved User is not able to select any date after today's date

    Hello everyone I am using the date picker developed by Trevor Eyre and i would like to make it so that the user CANNOT pick any date that is after today's date. How can i achieve this? Thank you
  2. G

    Excel Graph that displays changes

    the data i had in mind was the score of shots made in each piece of a compressor and the test % for example lets say the max amount of shots done was 30k and we get a graph just like the one i made (without the red part),but then a week later 10k more shots are done and the max is now 40k...
  3. G

    Excel QR code

    thank you ill give them a look!
  4. G

    Excel Graph that displays changes

    Hello everyone I would like to know if its possible to make a graph in excel that displays the original graph and it also displays changes that have happened in its life cycle Below i put an image i made in paint to kind of give a better idea of what i mean The red lines are supposed to...
  5. G

    Excel QR code

    Hello everyone I would like to know if it is possible to transport info inside of a QR code to a excel spreadsheet when said code is scanned For example if the QR code belonged to a production piece, and inside the QR Code there was information like its model,production date, the type of piece...
  6. G

    Textbox character restriction and input format

    this might just be exactly what i needed! ill give it a try and report back,thank you doc!
  7. G

    Textbox character restriction and input format

    Hello everyone,im new to coding vba and im in need of assistance. I want to make a code to be used in excel that makes 2 of my 4 text boxes have a data format like this dd/mm/yyyy and also a character limit Like i said made a code to implement 4 textboxes on the worksheet but i really have no...
  8. G

    TextBox format

    i tried it just now and this is the result i got Sub d() ' ' d Macro ' ' Selection.ShapeRange(1).TextFrame2.TextRange.Characters.Text = "15/02/1999" Selection.ShapeRange(1).TextFrame2.TextRange.Characters(1, 10).ParagraphFormat. _ FirstLineIndent = 0 With...
  9. G

    TextBox format

    Hello everyone,im new to coding vba and im in need of assistance. I want to make a code to be used in excel that makes 2 of my 4 text boxes have a data format like this dd/mm/yyyy and also a character limit Like i said made a code to implement 4 textboxes on the worksheet but i really have no...
  10. G

    Combobox coding

    my bad,i should've mentioned i was talking about excel haha
  11. G

    Combobox coding

    Hello everyone,i am new in vba and i would really appreciate some help when it comes to comboboxes. i've been able to code multiple comboboxes into the sheet but i want some of them to only be active after the user has selected items in the first 2 comboboxes what im trying to say is that i want...
Back
Top Bottom