E
E. Omar Troccoli K.
En blanco
Hi,
I got a pattern that have some things for my office. In that we got somes ComboBox (7, exactly) that are filled when the document is open. That ComboBoxes have words that fills somes fields in the document, and I need re-use that values to use for automatically generate the name of the document.
I was working with codes, but (again) I can't find the optimal solution.
Basically, I need the name of the document formed by:
(ComboBox1.Text) + (ComboBox2. Text) + ...... (ComboBox7. Text)
I find the way that the document format be .doc, and have the solution for create in VBA a custom folder in the C unit, but the name of the document is a great problem.
Any little help will be a great help for me.
Thanks a lot,
Omar
Hi,
I got a pattern that have some things for my office. In that we got somes ComboBox (7, exactly) that are filled when the document is open. That ComboBoxes have words that fills somes fields in the document, and I need re-use that values to use for automatically generate the name of the document.
I was working with codes, but (again) I can't find the optimal solution.
Basically, I need the name of the document formed by:
(ComboBox1.Text) + (ComboBox2. Text) + ...... (ComboBox7. Text)
I find the way that the document format be .doc, and have the solution for create in VBA a custom folder in the C unit, but the name of the document is a great problem.
Any little help will be a great help for me.
Thanks a lot,
Omar