Lola wants to install an add-in in Excel.She has to unblock the add-in to allow Excel to open the add-in file automatically.To do this,she right clicks on the add-in file and selects an option from the menu. What could the option be?
A) Copy
B) Delete
C) Rename
D) Properties

Answers

Answer 1

Answer:

The correct answer is:

Properties (D)

Explanation:

First of all, option D (Properties) is the option that makes the most sense in this scenario, because the other options: Copy, Delete, and Rename are unrelated commands to what is to be achieved.

Secondly and more practically, an add-in file may not load in excel, and most of the time it is blocked by default and has to be unblocked. The following steps are used:

1. close Excel if it is open

2. open the folder where the add-in file is located, right-click on the add-in file, and select "properties"

3. a display tray will appear, having the attributes: Read-only, Hidden, Advanced, and unblock. Click the checkbox against "unblock" and make sure it is checked.

4. click Apply and Click Ok

Voila, your add-in file is unblocked.

N:B The Images are for steps 2 and 3

Lola Wants To Install An Add-in In Excel.She Has To Unblock The Add-in To Allow Excel To Open The Add-in
Lola Wants To Install An Add-in In Excel.She Has To Unblock The Add-in To Allow Excel To Open The Add-in

Related Questions

A technology that can help a student to increase his or her understanding of the vocabulary used in a classroom is called:_______

a. assistive instruction.
b. UDL technology.
c. hypertext software.
d. adaptive instruction.

Answers

Answer:

c. hypertext software.

Explanation:

In Computer science, a hypertext can be defined as textual informations that are being displayed on a computer system and these texts usually links to other informations (texts) that the user can easily have access to in real-time.

Basically, some developers include encyclopedias and dictionaries in their software database, which makes other necessary informations or contents easier and immediately accessible to the users through the use of hypertexts that is activated by pointing and clicking on the link with a mouse, keypress set or soft touching the screen.

Hence, a technology that can help a student to increase his or her understanding of the vocabulary used in a classroom is called hypertext software.

what is an operating system​

Answers

Answer:

the software that supports a computer's basic functions, such as scheduling tasks, executing applications, and controlling peripherals.

Explanation:

Answer:

nbv

c

.

l

lmmmm

n

pp

Explanation:

p

ll am ll..

Which of the following will increase the level of security for personal information on a mobile device if the device is lost or stolen

Answers

Answer:

this is a very cool day for me yeah know

I would simply just say it is what it ez

Create a formula for sheet Inventory that highlights any rows where the Reorder level is below the On Hand level in yellow on excel 2016. Will mark brainliest if you can tell me how.

Answers

Answer:

Highlight the actual inventory level column and click on condition formatting, click on the drop-down button and select "Formula is" to input the formula "=B4 <= C4", select the color pattern to format the row if the condition is met and click ok.

Explanation:

Assuming the reorder level (column C4 and the on-hand level or actual inventory (column B starting at row 4) are columns in the Excel worksheet. The reorder level is the minimum level of inventory before inventory is populated. So the formula compares the value of the actual level with the reorder level, if any row is less than or equal to the reorder level, the row is formatted with the selected color.

Answer:

Highlight the actual inventory level column and click on condition formatting, click on the drop-down button and select "Formula is" to input the formula "=B4 <= C4", select the color pattern to format the row if the condition is met and click ok.

Explanation:

helpppppppppppppppppppppppppppppppppppppppp

Answers

Answer:

the can us microsoft excel

Which program will have the output shown below?
15
16
17
>>> for count in range(17):
print(count)
>>> for count in range(15, 17):
print(count)
>>> for count in range(15, 18):
print(count)
>>> for count in range(18):
print(count)

Answers

Answer:

>>> for count in range(15, 18):

   print(count)

is the correct answer

Explanation:

Which career qualification is unique to the Energy Transmission career pathway and not to the Energy Distribution pathway? color vision for identifying differences in colored wires critical thinking and reasoning skills for analyzing information stress management for handling urgent tasks mechanical knowledge and ability to drive and operate machinery working well with customers and being friendly

Answers

Answer:

a, c, d

Explanation:

Answer:

it is just A

Explanation:

on edge. unit test review

Identify a security context of interest to you. Within this context, what constitutes a direct benefit of a risk management strategy? An indirect benefit? Provide examples.

Answers

Here,the Preparedness of the National(National Preparedness), that which gives a description of mission areas and also provide a framework for the consideration of management of risk.

It gives an illustration of the relationship of the National preparedness mission elements of risk.

Activities aimed at prevention are also associated with the efforts for the addressing of protection efforts generally address vulnerabilities recovery efforts.

However,we see that efforts of mitigation transcends vulnerability and also consequence spectrum.

Here,the PPD-8 mission areas are central,and this is to enhance national preparedness and also for infrastructure risk management activities.

When these are developed,they contribute to the achievement of resilient and secure critical infrastructure,and these critical infrastructure risks are however seen as part of setting capability targets.

THREAT AND HAZARD IDENTIFICATION AND RISK ASSESSMENT.

"THIRA" gives a provision of an approach for the identification and assessment of risks and also the associated impacts.

Determination that THIRA process has been completed by jurisdiction,then you consider the results when undergoing the assessment of risks to critical infrastructure.

With __________________________, the IT resource is relocated to a host with more capacity. For example, a database may need to be moved from a tape-based SAN storage device with 4 GB per second I/O capacity to another disk-based SAN storage device with 8 GB per second I/O capacity.

Answers

Answer:

Dynamic Relocation.

Explanation:

The dynamic relocation is one of the methods used to implement a dynamic scalability architecture amongst others such as dynamic horizontal scaling and dynamic vertical scaling.

With dynamic relocation, the IT resource is relocated to a host with more capacity. For example, a database may need to be moved from a tape-based SAN storage device with 4 GB per second I/O capacity to another disk-based SAN storage device with 8 GB per second I/O capacity.

Write code that generates a random odd integer (not divisible by 2) between 50 and 99 inclusive.

Answers

import random

nums = [x for x in range(50,100) if x%2!=0]

print(random.choice(nums))

We use a list comprehension to create a list of the odd numbers between 50 and 99. Then we randomly choose one of those numbers using the random module.

how do i change my desktop theme on my chromebook?

Answers

Answer:

open Chrome.

At the top right, click More. Settings.

Under "Appearance," click Themes. You can also go to the gallery by visiting Chrome Web Store Themes.

Click the thumbnails to preview different themes.

When you find a theme you'd like to use, click Add to Chrome.

Explanation:

Best of Luck
for your work and
d
Best wishes for you
.​

Answers

oh, why thank you same to you

Awwwww thank you
( please mark brainliest)

Network Access Protection (NAP) analyses the ________ of a computer.

Answers

Answer:

virus in a virus

Explanation:

If a system's instruction set consists of an 8-bit opcode, what is the maximum number of output signal lines required for the control unit?
A) 8 B) 64C) 128 D) 256

Answers

Answer:

D. 256

Explanation:

Given

[tex]Instructions = 8\ bit[/tex]

Required

Determine the maximum number of output

To get the required value, we make use of the following:

[tex]Maximum = 2^n[/tex]

Where n is the bits of the opcode.

i.e.

[tex]n = 8[/tex]

Substitute 8 for n in [tex]Maximum = 2^n[/tex]

[tex]Maximum = 2^8[/tex]

[tex]Maximum = 256[/tex]

Hence, option D answers the question

Write the HTML for a paragraph that uses inline styles to configure the background color of green and the text color of white.

Answers

Answer:

The full form of HTML is Hyper Text markup Language

Explanation:

HTML stands for Hyper Text Markup Language. It is a programming language. It is a standard markup language that is designed for the documents to be displaced in the web browser. It is used to structure the content of a web page.

The HTML is

<html>

<body>

<p style="bg-color:green;" "color=white;">This is paragraph study</p>

</body>

</html>

The ________ feature introduced by instant messaging shows whether a person is logged in and available to answer a question, pick up the phone, or stop by for a brief meeting.

Answers

Answer:

The correct approach is "Presence awareness".

Explanation:

The willingness, at designated occasions, to see which one is available on the internet. When using the IM framework, that very many IM systems show a list of user groups attached to the system. A current model of the IGI Social website is being used by oneself. With either the growing prevalence of Internet chat apps, a Presence Awareness model has been proposed by German IT professionals.

Is the willingness to put a customer’s needs above ones own needs and to go beyond a job description to achieve customer satisfaction

Answers

Answer:

customer-serious orientation

Explanation:

Customer-serious orientation can be defined as the willingness to put a customer’s needs above ones own needs and to go beyond a job description to achieve customer satisfaction.

This ultimately implies that, a customer-serious oriented business firm or company puts the needs, wants and requirements of its customers first without considering their own needs in a bid to satisfy and retain them.

Hence, customer-serious orientation requires the employees working in an organization to show and demonstrate positive attitudes and behaviors at all times.

The digital EGR valve used on GM 3800 engines allows for how many different EGR flow rates?

Answers

Answer:

Is this an engine

Explanation:

Find io(t) for t > 0 in the network in the circuit. (Hint: 1. Find C equivalent first. 2. This is a First Order System)

Answers

Answer:

hello your question is incomplete attached below is the complete question

answer : [tex]( 2/3 - 8/3 e^{-1.875t} ) In A \geq 0[/tex]

Explanation:

attached below is a detailed solution

Finding  io(t) for t > 0 in the network in the circuit.

[tex]( 2/3 - 8/3 e^{-1.875t} ) In A \geq 0[/tex]

Olivia wants to send a report to her boss concerning an upcoming project. Which communication format should she use to send a formal message to her boss? A. email B. chat C. forum D. blog

Answers

Answer:

A. Email. It is formal

Explanation:

Answer:

Email

Explanation:

Display the order date and the ship date for all orders that were made April 1 through April 15. List the order date, ship date, order priority, and ship mode. Order the results by order_date. Do you notice anything unusual about the data? [Hint: You will need to join the orders and shipping together and use a join statement. You will need to limit the result set by the date field order_date <= to_date('04/15/2018', 'mm/dd/yyyy')This is what I was able to come up with but it still gave me an error.select orders.order_date, shipping.ship_date, orders.order_priority, shipping.ship_modefrom ordersinner join shipping on orders.order_date = shipping.ship_datewhere Orders.Order_date = Shipping.ship_date AND Order_Date BETWEEN TO_DATE (’04/01/2018’, ‘04/15/2018’)ORDER BY Order_Date;

Answers

Answer:

SELECT Order_date, Ship_Date, Order_priority, Ship_mode

FROM orders

JOIN Shipping ON Orders.Order_id = Shipping.Order_id

WHERE Order_date

BETWEEN TO_DATE('04/01/2018', '%m/%d/%Y') AND TO_DATE('04/15/2018', '%m/%d/%Y')

ORDER BY Order_date

Explanation:

The SQL statement above queries a database with four tables shipping, orders, market and product. The query returns four columns from two tables orders and shipping, returning only rows with order dates between April 1 and April 15 of 2018. The tables are joined with the primary key order_id and the dates are parsed with the to_date function. The result is also ordered by the order_date

Other Questions
The economic revolution in the Untied States between 1810 and 1840 was one of distribution rather than production.True or false VOLLEYBALL QUESTIONAIREhelppp1. The number of players on otenm on court is2. The player leading the team is the3. The number of olicials In charge of a game isJ. The officials names are5. The governing body for the sport is known by the letters6. "The number of substitutes a team can have is7. The winner of the best ofsets decides the game.8. The game is scored by apoints system.9. In a set, the team that reaches10. If scores are tied at the penultimate point, the winner must lead byclearpoints.11. The length of the volleyball court is12. The width of the volleyball court is13. The beight of the net isfor wonien andfor meu.14. The size of the ball used in the professional game is15. The game starts with a16. The officials directly control the game with the use of a17.linesmen assist the officials in die game.18. Unsportsmanlike conduct in the game is punishable by the issttance ofandcards.19. Hcline is om from the baseline20. Ais a forcible hit of the ball into the opposing court.21. Contact with the ball can be made withof the body,22. During the course of play, players are not allowed to come into contact withthic23. When the ball goes out of play it is called a24. Historically, the game was first called25. When the ball touches the side or baselines during an attnck it iscalled26. Each team is allowedcontacts of the ball,27. Each player is allowedcontacts of the ball,28. Player's positions on court are numbered in alanrotation.29. The rotation for serving on court is in alanrotation.30. One form of protective gear used by players is31. Six players positions areand32. Four major skills in the game areand33. Two specialist roles for players are theand Mi perro___el perro ms precioso del todo el mundo. Find x if f(x) = 2x + 7 and f(x) = -1. a.5 b.-3 c.-4 Need Help Asap! Thank you! There was a nearly intact fossil of a hadrosaur called Dakota. How did this find change our knowledge of the hadrosaur? List three specific ways. What is the authors purpose for presenting these ideas chronologically?to present an argument for why the bicycle became popularto give one clear effect of Popes trip to Philadelphiato show the progression of events in the history of women and bicycles Read this excerpt from The People Could Fly.Now it was funny. I never saw my passengers after that first girl. Because I took them on the nights when the moon was not showin, it was cloudy. And I always met them in the open or in a house with no light. So I never saw them, couldn't recognize them, and couldn't describe them. But I would say to them, "What you'say?" And they would say the password. Sounded like "Menare." Seemed the word came from the Bible somewhere, but I don't know. And they would have to say that word before I took them across.Which statement best describes the speakers viewpoint in this passage?He is amused at the password that has been chosen.He wants to help people, even if he does not know them.He wishes that he did not have to take risks to help others.He is terrified that he will get caught crossing the river. in this lonely street I am a tumbleweed Bouncing from nowhere to nowhereIs this a Metaphor, Simile, PErsonifciton or Hyperbole? TexMex Food Company is considering a new salsa whose data are shown below. The equipment to be used would be depreciated by the straight-line method over its 3-year life and would have a zero salvage value, and no change in net operating working capital would be required. Revenues and other operating costs are expected to be constant over the project's 3-year life. However, this project would compete with other TexMex products and would reduce their pre-tax annual cash flows. What is the project's NPV? (Hint: Cash flows are constant in Years 1-3.)WACC 10.0%Pre-tax cash flow reduction for other products (cannibalization) -$5,000Investment cost (depreciable basis) $80,000Straight-line depreciation rate 33.333%Annual sales revenues $67,500Annual operating costs (excl. depreciation) -$25,000Tax rate 35.0%a. $3,636b. $3,828c. $4,019d. $4,220e. $4,431 On January 1, 2020, Ivanhoe Company purchased 12% bonds, having a maturity value $325,000 for $349,639.81. The bonds provide the bondholders or premium. The bonds are classified as available-for-sale category. The fair value of the bonds at December 31 of each year-end is as follows. 2020 $347,400 2023 $334,900 2021 $333,800 2024 $325,000 2022 $332,800 (a) Prepare the journal entry at the date of the bond purchase. (b) Prepare the joumal entries to record the interest revenue and recognition of fair value for 2020. (c) Prepare the journal entry to record the recognition of fair value for 2021. (Round answers to 2 decimal places, e.g. 2,525.25. Helpppnmejhhhhhhhhhhhg pls One particle has mass m and a second particle has mass 2m. The second particle is moving with speed v and the first with speed 2v. How do their kinetic energies compare? Network Access Protection (NAP) analyses the ________ of a computer. Which of the laws required the Treasury department to accept only gold and silver in payment for purchases of federal land? How many moles of KCl are contained in this solution?0.486 L of a 2.0 M KCl solution FIRST TO HELP IS BRAINLIEST We cooleda water bottle so the volume was lowered to .050 L, then we heated it to 373 K and thevolume increased to .10 L. What was the initial temperature? I thought a bleep who lost the baddest bleep said sum how is this food made and what is the role of microorganism in the production of this food?