VBA Macro for use AS400 [closed] - excel

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
I want to automate AS400 through a VBA code.
I would make a simple macro that make access to AS400 and insert some text in a field.
It is possible?
I search on internet and i understand that exist a PCOMM properties that allow to command AS400 from VBA Macro. It's right?
Thank's for your support!

Related

Save selection as 'Snippet' [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 3 days ago.
Improve this question
I want to make a VBA shortcut for other people to easily save the worksheet as a 'snippet' essentially.
it will be projected onto a wall so a PDF is not viable as it will have a white border inherently.
The range will always be the same and the file name will always be the same, however, i also need it to overwrite and replace the file each time.
Please & Thank you
sub (SaveToFile)
end sub ()

How to set recurring emails at certain times (eg. every weekday, 7pm) with excel attachment if certain conditions in that excel file is met via gmail? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 days ago.
Improve this question
Would like to send out recurring emails at certain times (eg. every weekday, 7pm) with excel attachment if certain conditions in that excel file is met via gmail. Im using Windows10.
Would it be possible using vbscript or VBA?
Thank you
Have done some research and it seems to lead me to scripts for outlook only and not gmail

how can I drag text from one a textbox to another textbox in a userform [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
Improve this question
I have 20 textboxes in a userform and I want to move the text from textbox1 to
textbox5 by dragging and dropping it with the mouse, but I really have no idea how to do this. I am not an experienced programmer in VBA so maybe it is not even possible
No VBA required! It is simple than you think :)
Set the DragBehavior of the TextBox to fmDragBehaviorEnabled at design time as shown below and you are done
In Action

VBA Excel 365 - require print page number for active cell [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
In Excel. Positioned in an active cell. I require VBA code to return the Vertical Print page which that cell is in.

How to pass string or parameters from batch file(cmd) to excel vba program or excel cells? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
I am running multiple batch files. I would like to pass message(string) when batch files starting and ending to excel vba code or excel cells.
I advise you to work in the opposite direction: Instead of launching batch files and pass the results to Excel VBA, you might use the Shell VBA command in order to start the mentioned batch files from VBA.

Resources