100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached
logo-home
Mis 301 exam 2 Question and answers already passed 2024 $13.49   Add to cart

Exam (elaborations)

Mis 301 exam 2 Question and answers already passed 2024

 5 views  0 purchase
  • Course
  • MIC 301
  • Institution
  • MIC 301

Mis 301 exam 2 Question and answers already passed 2024 2 types of VBA macros - correct answer 1. Sub procedures 2. Custom functions ActiveCell.FormulaR1C1 = "RC(-1)*BonusExcellent" - correct answer Assign formula to the cell, the formula=the value to the left of ActiveCell*BonusExcellent ...

[Show more]

Preview 2 out of 12  pages

  • August 27, 2024
  • 12
  • 2024/2025
  • Exam (elaborations)
  • Questions & answers
  • MIC 301
  • MIC 301
avatar-seller
flyhigher329
Mis 301 exam 2
2 types of VBA macros - correct answer ✔1. Sub procedures
2. Custom functions


ActiveCell.FormulaR1C1 = "RC(-1)*BonusExcellent" - correct answer
✔Assign formula to the cell, the formula=the value to the left of
ActiveCell*BonusExcellent


ActiveCell.Offset (0, 0) (row, column) is where your curse is - correct answer
✔ActiveCell.Offset(0, 1): One column to right, same
row


ActiveCell.Offset(0, -1): One column to left, same
row


ActiveCell.Offset(-1, 0): One row up, same column


ActiveCell.Offset(1, 0): One row down, same
column


ActiveCell.Offset(0, 1).Range("A1") Select - correct answer ✔Select the cell
that is in the same row but one column to the right


ActiveCell.Offset(1, -1).Range("A1").Select - correct answer ✔Select the cell
that is one row down, and one column to the left

, ActiveCell(1, 1) (row, column) is where your curse is - correct answer
✔ActiveCell(1,2): One column to
right, same row


ActiveCell(1,0): One column to
left, same row


ActiveCell(0, 1): One row up, same
column


ActiveCell(2,1): One row down,
same column


Cells(i,2).Value = Mid(fullname, commaposition+2) - correct answer ✔Return
a substring of a given string. Find the first name


Cells(i,3).Value = Left(fullname, commaposition-1) - correct answer ✔Return
a substring that contains a specific number of char from the left side of a string
Find the last name


create a macro - correct answer ✔macro recorder
visual basic for applications (VBA)


create macro buttons - correct answer ✔1. insert a text box in the worksheet
and type in a more descriptive name for the button
2. right click on the text box and then click assign macro
3. select the macro to assign to the button and click OK

The benefits of buying summaries with Stuvia:

Guaranteed quality through customer reviews

Guaranteed quality through customer reviews

Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.

Quick and easy check-out

Quick and easy check-out

You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.

Focus on what matters

Focus on what matters

Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!

Frequently asked questions

What do I get when I buy this document?

You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.

Satisfaction guarantee: how does it work?

Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.

Who am I buying these notes from?

Stuvia is a marketplace, so you are not buying this document from us, but from seller flyhigher329. Stuvia facilitates payment to the seller.

Will I be stuck with a subscription?

No, you only buy these notes for $13.49. You're not tied to anything after your purchase.

Can Stuvia be trusted?

4.6 stars on Google & Trustpilot (+1000 reviews)

73243 documents were sold in the last 30 days

Founded in 2010, the go-to place to buy study notes for 14 years now

Start selling
$13.49
  • (0)
  Add to cart