Share via

Need code for "cut" command for in a ComboBox

tovia schlesinger 241 Reputation points
Feb 17, 2021, 4:00 PM

I want to add the "cut" and "paste" feature to a ComboBox, and I am not finding the code for it. Can anyone provide me with "Cut" and "Paste" codes for ComboBox.

Office Visual Basic for Applications
Office Visual Basic for Applications
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Visual Basic for Applications: An implementation of Visual Basic that is built into Microsoft products.
1,502 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. LEllefson 76 Reputation points
    Feb 17, 2021, 4:27 PM

    DoCmd.RunCommand acCmdCut
    DoCmd.RunCommand acCmdPaste

    0 comments No comments

  2. tovia schlesinger 241 Reputation points
    Feb 17, 2021, 6:51 PM

    how cam make reference to the combobox in the cut command code???


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.