Word formatting vba code jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 word formatting vba code jobs found

    ...solution that utilizes Selenium to capture full page screenshots of both the search results page and the detail page. The screenshots need to be in PNG format. Ideal Skills and Experience: - Proficient in Python (or preferred language) and Selenium - Previous experience with full page screenshot implementation - Understanding of website structure and navigation - Familiarity with PNG screenshot formatting Search result page : :%224107%22,%22boolean%22:%22AND%22,%22bricks%22:%5B%7B%22_id%22:%224108%22,%22key%22:%22brandName%22,%22value%22:%22Adidas%22,%22strategy%22:%22Simple%22%7D%5D%7D&_=1737227989868&fg=_void_ Detail page :

    $10 - $30
    $10 - $30
    0 bids

    I have a PDF file that I need typed up in Google Docs for documentation purposes. The file contains a mix of text and images and will require some specific formatting. Key Requirements: - Transcribing text and images from the PDF into Google Docs. - Using headings and subheadings to format the text as specified. Ideal Skills: - Proficiency in Google Docs. - Excellent typing skills. - Attention to detail to ensure accuracy in transcription. - Ability to follow specific formatting instructions.

    $10 / hr Average bid
    $10 / hr Avg Bid
    74 bids

    I have a PDF file that needs to be typed into a Microsoft Word document. The content is straightforward, without any special formatting requirements. Key details: - The PDF contains only text, with no tables, charts, or handwritten content. - The typed document should be in Microsoft Word. - Specific formatting is limited to standard paragraphs. Ideal candidates for this project should: - Have a keen eye for detail, ensuring that the content is transcribed accurately. - Be proficient in Microsoft Word. - Be able to type quickly and efficiently.

    $22 / hr Average bid
    $22 / hr Avg Bid
    188 bids

    ...file: code = () # Auto-format the code according to PEP 8 formatted_code = autopep8.fix_code(code) # Save the formatted code to the file with open(file_path, 'w') as file: (formatted_code) print(f"Successfully formatted {file_path} according to PEP 8 standards.") except Exception as e: print(f"Error formatting file: {e}") if __name__ == "__main__": if len() < 2: print("Usage: python <path_to_python_file>") else: format_code([1]) How it works: Reading the file: It reads the Python file from the path passed as a command-line argument. Auto-formatting: The script use...

    $20 / hr Average bid
    $20 / hr Avg Bid
    21 bids

    please clean up code in charity online raffle both in version 1 and version 2 and do all the requirements for the different provinces. Clean code milestone 1 $200 Login / Register / forgot password Raffle List Active / Raffle List Close milestone 2 $300 charity dashboard Staff dashboard Worker dashboard milestones 3 $200 Order ticket Payment gateway cleanup Order list in all dashboard Email templates clean up code please create one of milestone i will start

    $10 Average bid
    $10 Avg Bid
    1 bids

    IMPORTANT: Start your proposal with the word "LAUNDRY" to show you've read this completely. Description: We need an expert in AI voice generation and optimization to create an exceptionally natural-sounding female narration for our 30-second commercial. This is NOT a job for human voice actors - we specifically want AI voice generation with professional enhancement to sound completely natural. What We Need: - Premium quality AI female voice narration - Natural emotional inflections and pacing - Professional editing and optimization Technical Requirements: 1. AI Voice Enhancement: - Tempo/speed optimization - EQ adjustments (treble/bass balance) - Natural pause insertion - Emotional emphasis tuning - Removal of robotic artifacts 2. Deliverables: ...

    $53 Average bid
    $53 Avg Bid
    11 bids

    ...timetables from images and websites of approximately 50-100 mosques around the UK every month. This task involves: 1. Visiting the website of each mosque to screenshot the timetable for the current month. 2. Using any reliable tool to extract the data (I can provide access to ExtractTable if needed). 3. Copying and pasting the table columns into a provided template file. 4. Ensuring that the formatting is correct, with columns in the right order and times in 24h format. 5. Sending the completed file back to me. It takes approximately 2-5 minutes per mosque and so, I will pay £0.10 - £0.20 per file completed correctly. That means if you complete 50 timetables over 2 hours, you will earn £5-10. There is an attached video of me completing the process for 1 mosque...

    $22 Average bid
    $22 Avg Bid
    65 bids

    I am looking for a skilled developer to modify my existing online HTML, CSS and JavaScript editor. The enhancements should include: - Syntax Hig...looking for a skilled developer to modify my existing online HTML, CSS and JavaScript editor. The enhancements should include: - Syntax Highlighting: The editor should support syntax highlighting specifically for HTML, CSS, and JavaScript. - Live Preview: Users should be able to see a real-time preview of their code. In addition to these functionalities, the editor should also support integrations with various third-party plugins. Prior experience with creating or modifying online code editors will be a significant advantage. A strong understanding of HTML, CSS, and JavaScript is essential. Please share your relevant experience ...

    $144 Average bid
    $144 Avg Bid
    31 bids

    Editar un documento Word profesional con las indicaciones que ha dado el cliente

    $20 / hr Average bid
    $20 / hr Avg Bid
    1 bids

    Project Overview: I have a working Flask application that utilizes VOSK for speech-to-text (STT), Wikipedia-API for retrieving query information, and gTTS for text-to-speech (TTS). I want to replace gTTS with Piper TTS to enable offline functionality. Must have Piper experience. The project involves: Installing Piper TTS on a Raspberry Pi 5 (linux) with Python 3.11. Integrating Piper into the existing simplified Flask app. Allowing runtime configuration of Piper settings through the Flask UI. Providing step-by-step installation instructions for Piper on Raspberry Pi 5. (linux) Project Requirements: Piper Installation on Raspberry Pi 5: (linux) Current setup python3 -m venv venv source venv/bin/activate # On Windows: venvScriptsactivate Install Required Python Packages: Run the follo...

    $130 Average bid
    $130 Avg Bid
    10 bids

    I'm looking to have a QR code created that links to my contact information. This QR code should primarily include: - My Facebook details - My Instagram details Please note, the QR code should be aesthetically pleasing and easy to scan. Experience with QR code generation and graphic design would be an asset.

    $49 Average bid
    $49 Avg Bid
    13 bids

    I'm looking for a professional to write Arduino code for controlling a single digit LED display with a Radio Frequency (RF) remote. The display will be showing numeric values. Key Requirements: - Develop Arduino code to control the LED display via an RF remote. - Ensure the code allows for seamless display of numeric values. I don't have an existing RF receiver module, so I would appreciate recommendations for suitable hardware. Ideal candidates for this project should have extensive experience in Arduino programming, RF technology, and LED displays.

    $471 Average bid
    $471 Avg Bid
    48 bids

    I need assistance with my Excel VBA and Python integration. I can open a Colab Notebook from VBA, but I'm having trouble getting the code to execute automatically upon opening the Notebook. VBA-code: Sub StartColabScript() Dim colabLink As String colabLink = "" colabLink End Sub I cant get this code to run my Python-script. I also tried: # Add code to Colab Notebook !python /path/to/ !python (I dont know if the Notebook is called the right way. The name of my workbook is: Ny241028Hent33Tickers3Blokke5y I guess its .py How do I refer to this workbook from VBA, and how do I get to autoexecute

    $22 Average bid
    $22 Avg Bid
    22 bids

    I need a professional translator to convert my divorce decree from Polish to English. The document is less than 5 pages long and does not require any special formatting, just a standard format. The ideal candidate should have: - Proficient understanding of both Polish and English. - Previous experience translating legal documents, particularly divorce decrees. - Ability to deliver a clear and accurate translation in a timely manner. Please provide a quote and estimated delivery time. Thank you!

    $26 Average bid
    Local
    $26 Avg Bid
    3 bids

    ...Microsoft Word format. These interviews involve a researcher and various participants, and span across 20 audio files. Key Details: - Interview Length: Majority of the interviews are about 5 minutes, with 1 or 2 extending to 10 minutes. - Research Questions: There are 16 questions posed by the researcher throughout the interviews. - File Format: All transcriptions need to be delivered in Microsoft Word. - Timestamps: Yes, I require timestamps for each question and answer. - Transcription Style: Clean verbatim. This means removing filler words but capturing the content accurately. Ideal Skills and Experience: - Proficiency in transcription with attention to detail. - Experience with clean verbatim transcription. - Ability to accurately timestamp content. - Proficient in M...

    $105 Average bid
    $105 Avg Bid
    34 bids

    I need a Python developer to integrate a Telegram bot with Python code that will execute predefined terminal commands. The system should take messages which are broadcasted to the bot and execute the corresponding command. Key Requirements: - Python programming skills - Experience with Telegram bot development - Familiarity with terminal commands - Knowledge of MySQL for querying The primary goal of this project is to automate the execution of specific tasks via the Telegram bot. The user will interact with the system by sending MySQL queries, which the bot will interpret and respond to. The ideal freelancer for this project should be able to help me with the following: - Executing predefined commands - Using MySQL queries to trigger these commands - Ensuring the system can take m...

    $25 Average bid
    $25 Avg Bid
    1 bids

    ...solution that utilizes Selenium to capture full page screenshots of both the search results page and the detail page. The screenshots need to be in PNG format. Ideal Skills and Experience: - Proficient in Python (or preferred language) and Selenium - Previous experience with full page screenshot implementation - Understanding of website structure and navigation - Familiarity with PNG screenshot formatting Search result page : :%224107%22,%22boolean%22:%22AND%22,%22bricks%22:%5B%7B%22_id%22:%224108%22,%22key%22:%22brandName%22,%22value%22:%22Adidas%22,%22strategy%22:%22Simple%22%7D%5D%7D&_=1737227989868&fg=_void_ Detail page :

    $18 Average bid
    $18 Avg Bid
    13 bids

    I need an expert to convert my mixed content MS Word document into a PDF that meets all the necessary specifications from for printability. Key requirements: - Ensure all images and graphics are of suitable resolution. - Follow all specifications to ensure the PDF can be uploaded and printed without issues. - The document is a book, so attention to detail is crucial. - Book is indexed; Page numbers must remain the same as in original MS Word doc. Ideal skills: - Proficient in MS Word for Mac and PDF formatting. - Previous experience with specifications is highly desirable. - Strong attention to detail.

    $330 Average bid
    $330 Avg Bid
    35 bids

    ...Data, and I’d like to integrate LLMs into the existing approach to expand its capabilities. Project Scope: Review the provided article and its accompanying code. Understand the existing deep learning methods used for outlier detection on tabular and image data. Enhance the code by integrating features leveraging LLMs. Potential directions could include: Using LLMs to detect outliers by analyzing context within textual metadata. Creating a natural language interface for explaining anomalies detected in tabular or image data. Any other innovative approach that combines LLMs and deep learning for outlier detection. Deliverables: Modified code with LLM integration. Documentation explaining the modifications and how LLMs enhance the detection process. A brief pr...

    $173 Average bid
    $173 Avg Bid
    26 bids

    I'm in need of a professional with proven experience in importing and mapping external CCTV data into InfoAsset Manager. Key Responsibilities: - Import and map CCTV survey data into InfoAsset Manager. - Ensure data accuracy, integrity, and proper formatting during the import process. - Use InfoAsset Manager’s Open Data Import Centre to facilitate data migration. - Troubleshoot and resolve issues related to data formatting or mapping errors. - Collaborate with our internal team to ensure all required information is properly integrated and accessible. Requirements: - Proven experience working with InfoAsset Manager Suite, including data import and management. - In-depth knowledge of data formats such as CSV, GIS, STC25/26, PACP, and MSCC XML. - Strong ...

    $26 / hr Average bid
    Urgent
    $26 / hr Avg Bid
    17 bids

    I'm looking for a skilled freelancer to create a Word document company profile for me. The profile should have a creative and modern style, and should include the following sections: - Company History: A brief overview of our company's journey, milestones, and achievements. - Services Offered: A comprehensive list of the services we provide, presented in an engaging way. The ideal candidate for this project should have: - Excellent writing skills - Proficiency in Microsoft Word - Experience in creating corporate documents - An understanding of modern design principles. Please provide examples of similar projects you've completed in your application.

    $124 Average bid
    $124 Avg Bid
    76 bids

    Python and Visual Studio Code Data Processing Data Entry Web Scraping Data Mining The project involves creating a script to mine text data . Key Responsibilities: - Develop a text mining script that can efficiently extract and process data from various fields in the database. - The script should be able to handle large volumes of data and return results in a timely manner. Ideal Skills: - Proficiency in SQL and data mining techniques. - Experience with developing scripts for database text extraction. - Ability to work with large datasets.

    $23 Average bid
    $23 Avg Bid
    25 bids

    I need a developer to build WhatsApp rotator features into a Laravel-based code from Codecanyon. The system should allow users to manage multiple WhatsApp numbers and allocate percentages to each. Key functionalities include: - Setting up multiple WhatsApp numbers - Allocating a percentage to each number - Integrating Pixel code options - Displaying statistics for the WhatsApp rotator - Allowing full admin access to edit the WhatsApp rotator in the Plan Statistics to be displayed primarily include the number of clicks per each WhatsApp number. Both users and admins should have the capability to view these statistics, while admins should have full access to all settings, including editing and deleting options. Ideal candidates should be proficient in Laravel, have experience...

    $110 Average bid
    $110 Avg Bid
    30 bids

    I'm in need of a meticulous professional for mI am writing to express my strong interest i...writing to express my strong interest in the Data Entry Specialist position at ByteCraft. With my exceptional attention to detail, strong organizational skills, and passion for data accuracy, I am confident that I would be a valuable asset to your team. anual data entry from digital files into Word documents. Key Requirements: - Proficient in handling digital files, especially PDFs and Excel. - Excellent attention to detail to ensure accurate data entry. - Familiarity with Microsoft Word for formatting documents. Ideal Skills: - Previous experience in manual data entry. - Strong organizational skills to manage and sort data effectively. - Ability to meet deadlines wit...

    $10 / hr Average bid
    $10 / hr Avg Bid
    85 bids

    I'm in need of a meticulous professional for manual data entry from digital files into Word documents. Key Requirements: - Proficient in handling digital files, especially PDFs and Excel. - Excellent attention to detail to ensure accurate data entry. - Familiarity with Microsoft Word for formatting documents. Ideal Skills: - Previous experience in manual data entry. - Strong organizational skills to manage and sort data effectively. - Ability to meet deadlines without compromising on quality.

    $382 Average bid
    $382 Avg Bid
    239 bids

    ...welcome guides. The guides will be based on a pre-existing .ai template, and your main task will be to copy content from a docx file into the template. You will be required to ensure everything is properly aligned and formatted, and that all content adheres to our brand style guide. Key Responsibilities: - Transfer provided content (text and images) into the template - Ensure proper alignment and formatting - Strictly follow our brand style guide - Be available to revisit and modify guides as needed Ideal Candidate: - Proficient in Adobe Illustrator - Has a keen eye for detail - Available for ongoing guidebook work to accommodate new apartments - Able to follow instructions from the start Compensation is £5 per completed guide, with the .ai file included. We will star...

    $18 Average bid
    $18 Avg Bid
    38 bids

    I need an Excel sheet for tracking vacation plans in my department. The sheet should be divided into three categories: resident, specialist, and consultant, each having its own separate sheet. The tracking should be done on a weekly basis for 2025 Key Features: - Under each category, there should be a count of the ...category, there should be a count of the total remaining persons available. - I need to track for each person: their name and the dates of their vacation. - The sheets should use specific colors for each category: Red for residents, Green for specialists, and Blue for consultants. Ideal Skills: - Advanced Excel skills and experience in creating complex spreadsheets. - Knowledge of color coding and formatting in Excel. - Excellent attention to detail to ensure accurate...

    $122 Average bid
    $122 Avg Bid
    55 bids

    I'm looking to create a small, colorful and vibrant eBook. The project entails preparing the cover, designing the interior pages, and writing down instructions and recipes as per the attached file. This will be written by Arabic and English Key Requirements: - Creating a captivatin...eBook cover - Designing balanced interior pages that effectively combine text and images - Incorporating photographs of recipes into the designs Ideal Skills & Experience: - Proven experience in eBook design - Strong graphic design skills - Ability to create vibrant and engaging designs - Experience in using photographs effectively within a balanced design - Familiarity with recipe writing and formatting Please refer to the attached file for further instructions and recipes. Looking forward...

    $50 Average bid
    Guaranteed
    $50
    97 entries

    ...catalog format. Project Scope: 1. Review the websites of approximately 10 suppliers (the exact number may vary). 2. Extract and organize the following information for each product: • Product Name • Product Description • Specifications (if available) • Packaging Sizes (if applicable) • Images (downloaded from the website or product sheets) 3. Prepare one catalog per supplier, ensuring clear formatting and organization. 4. Deliver the catalogs in Excel, PDF, or another agreed-upon format. Requirements: • Strong attention to detail and ability to accurately extract and organize product data. • Experience in building catalogs or product lists (preferably in industries like food, pharma, cosmetics, or chemicals). • Ability to work ...

    $121 Average bid
    $121 Avg Bid
    67 bids

    ...Proficiency in PHP, JavaScript or any relevant programming language. - Experience in working with form handling and string manipulation. - Understanding of radio button implementation in forms. - Ability to deliver a clean, user-friendly interface. The work scoop The form is working perfect from the plugin wordpress admin page. The job is to make a function who update the word "customer_completed_order " The word customer_completed_order have to be updated with the selection from the form example: if( ! is_a( $order, 'WC_Order' ) || ! isset( $email_id ) || $email_id != 'customer_completed_order' ) { return $attachments; } <form action="" method="post" > <input type="radio" n...

    $20 Average bid
    $20 Avg Bid
    50 bids

    R Code Authentication System for Schools The QR Code Authentication System is a professional, secure, and efficient solution designed for educational institutions to enhance security and streamline operations. This software provides a seamless way to track attendance and verify the identities of students and parents using QR codes. Developed with scalability and reliability in mind, it includes intuitive interfaces, robust functionality, and professional branding to meet the needs of modern schools. Key Features 1. QR Code Generation The system generates unique QR codes for parents and students: Parents retain a single QR code, even if they have multiple children. Each student has a unique QR code linked to their parent. QR codes are organized into fold...

    $271 Average bid
    $271 Avg Bid
    16 bids

    Excel Data Cleaning: Removing duplicates, errors, and inconsistencies for accurate analysis. Excel Data Formatting: Organizing data into a clear and professional layout. Excel Dashboards: Creating interactive and visually appealing dashboards for data visualization. Excel VBA: Automating repetitive tasks and creating custom macros to save time. Pivot Tables and Charts: Summarizing and visualizing large datasets effectively. Data Analysis: Performing advanced calculations and trend analysis for insights. Conditional Formatting: Highlighting important data with rules and color coding. Formulas and Functions: Using advanced formulas (e.g., VLOOKUP, INDEX-MATCH) for dynamic calculations. Data Validation: Ensuring data accuracy with dropdown lists and validation rules. Exce...

    $85 Average bid
    $85 Avg Bid
    41 bids

    I'm in need of assistance with data entry from PDFs related to Flipkart. The task primarily involves extracting product details from these PDFs. Specifics of the job: - You will be responsible for entering product names and descriptions from the PDFs into a Word document. - Attention to detail is paramount, as accuracy in data entry will be key to the success of this project. Ideal skills and experience: - Proficiency in data entry - Familiarity with Word - Good attention to detail - Previous experience with product data preferred

    $11 / hr Average bid
    $11 / hr Avg Bid
    52 bids

    ...economist to assist in the research and writing of a paper. The focal point of this project is macroeconomics within the broader field of economics. Key Requirements: - Extensive understanding of macroeconomic principles and theories. - Ability to conduct theoretical analysis, empirical analysis, and case studies. - Strong research and academic writing skills. - Familiarity with academic paper formatting and citation styles. Your responsibilities will include: - Assisting in the research of macroeconomic data and case studies. - Helping to formulate theoretical analyses. - Co-writing and editing the paper to ensure clarity, coherence, and academic rigor. The ideal candidate will have a strong background in economics, with a particular focus on macroeconomics. They will also h...

    $338 Average bid
    $338 Avg Bid
    58 bids

    Need help uploading JavaScript web application code. Quick, 3-hour session. TeamViewer/Skype. £40/hour.

    $49 / hr Average bid
    $49 / hr Avg Bid
    47 bids

    Need help uploading JavaScript web application code. Quick, 3-hour session. TeamViewer/Skype. £40/hour.

    $47 / hr Average bid
    $47 / hr Avg Bid
    53 bids
    SD Card Data Recovery
    6 days left
    Verified

    I need assistance in recovering data from my formatted SD card. The types of data I am primarily trying to recover are photos, folder structures, and documents. - There may be some new data written to the SD card post formatting, but I'm not entirely sure. Ideal candidates for this project should have experience in data recovery, especially from SD cards and should be able to handle various types of data including photos and documents. Skills in restoring folder structures would also be beneficial.

    $106 Average bid
    $106 Avg Bid
    9 bids

    I'm experiencing logical errors in my AFL code, specifically with indicator calculations. The code involves Moving Averages. I need an expert to help me debug it. Ideal Skills and Experience: - Proficient in AFL (Amibroker Formula Language) - Strong understanding of Moving Averages - Excellent debugging skills - Experience with trading strategy implementation and signal generation

    $68 Average bid
    $68 Avg Bid
    5 bids

    I'm looking for a professional to format my project report according to the following specifications: - Font: Times New Roman - Other formatting styles will be discussed upon selection. Ideal skills for this job include familiarity with common formatting styles (APA, MLA, Chicago), attention to detail, and experience in academic or professional report formatting.

    $23 Average bid
    $23 Avg Bid
    6 bids

    I need a freelancer to convert a scanned PDF document into an MS Word document. The main requirement is that the Word document should be an exact replica of the PDF. This will involve more than just converting the text; it will require careful attention to detail to ensure that the formatting, layout, and other elements of the document are preserved as closely as possible. Ideal skills for this job include: - Proficiency in Microsoft Word - Attention to detail - Experience with document formatting and conversion Scanned pdf document to convert is 260 pages. Example page attached.

    $45 Average bid
    $45 Avg Bid
    213 bids

    DO NOT APPLY IF YOU HAVENT WORKED WORKED WITH UNIFY OR CODE CLOUDS. I'm seeking a seasoned professional, ideally a current or former Code Clouds employee, with extensive experience in the Code Clouds and Unify framework. Your main tasks will involve: - Assisting with domain movements and pixel configurations - Managing domain transfers Skills and experience: - Prior work experience with Code Clouds and Unify framework

    $480 Average bid
    $480 Avg Bid
    56 bids

    I need a comprehensive timeline detailing my divorce/separation journey. The timeline should be in a Word document. Specific requirements: - Include all legal proceedings - Mark important dates (e.g., anniversaries, birthdays) - Outline custody agreements Ideal skills for this project: - Excellent organizational skills - Proficient in Microsoft Word - Detail-oriented - Understanding of legal terminology related to divorce This project requires a freelancer who is capable of understanding and interpreting the complexities of a divorce/separation timeline. The final product should be clear, concise and easy to follow.

    $403 Average bid
    $403 Avg Bid
    34 bids

    I'm seeking a skilled data entry professional to assist with cleaning and formatting my Excel spreadsheets. The primary task will be identifying and removing duplicates from the data sets. Ideal Skills: - Proficiency in Excel - Attention to detail - Experience in data cleaning and formatting Please bid only if you can deliver quality work promptly. Thank you!

    $18 / hr Average bid
    $18 / hr Avg Bid
    51 bids

    I am looking for an experienced coder to convert my Arduino code to work with the Padauk PMS152. This is for a customized application aimed at enhancing my business operations. Key Responsibilities: - Retain and adapt the specific functionalities from the Arduino code: sensor data handling, communication protocols, and actuator control. - Ensure the converted code is optimized for a Padauk PMS152. The ideal candidate will have extensive experience with both Arduino and Padauk coding and a good understanding of developing custom applications for business purposes. Familiarity with sensor data handling and communication protocols is crucial. Please include in your proposal examples of similar projects you have completed.

    $88 Average bid
    $88 Avg Bid
    8 bids

    I'm seeking a skilled academic writer to develop a thorough paper comparing the Psychological and Sociocultural models of addiction etiology. The paper should be structured in block format and include: - A detailed description of each model - Comparative analyses - Critical evaluations - Discussions on how both models address treatment approaches for co-occurring disorders. The paper must...analyses - Critical evaluations - Discussions on how both models address treatment approaches for co-occurring disorders. The paper must adhere to APA style guidelines, span approximately 6-8 pages, and incorporate a minimum of 5 professional sources. Ideal candidates should have strong experience in academic writing, particularly in psychology and sociology, and a solid understanding of APA ...

    $95 Average bid
    $95 Avg Bid
    41 bids

    I'm looking for a w...web-based application that connects to my server, allowing me to create and generate PDFs on my letterhead. This application should have advanced text formatting features, similar to Microsoft Word, and be usable for creating letters or notes. Key Features: - Create and edit Titles, subtitles, and content under each subtitle - Ability to copy and paste images, make columns, and use advanced formatting tools (tables, lists, styles) - Text editing capabilities akin to Microsoft Word - Use for creating letters to clients, notes to employees Ideal Skills: - Web application development - PDF generation expertise - Advanced knowledge in text formatting features - Familiarity with server connections for web-based applications - Expe...

    $193 Average bid
    $193 Avg Bid
    61 bids

    Hi. It’s supposed to generate teams based on data from several sheets, but it’s not working as I need. Additionally, I would like to have a button to update the data for each game week. I’m attaching the code so you can review it and help me out if possible. Thanks in advance!

    $35 Average bid
    $35 Avg Bid
    1 bids

    I'm in need of an Excel expert to assist me with a data transfer task. This involves pulling information from one spreadsheet and adding it to a column in another. Key Tasks: - Transfer...pulling information from one spreadsheet and adding it to a column in another. Key Tasks: - Transfer of text data from one spreadsheet to another - Matching of data based on an exact match in a single column - Formatting of some data during the transfer The data in the spreadsheets is a mix of both specific categories and plain text columns, and there are more than 1000 rows that need to be transferred. Ideal Skills and Experience: - Proficient in Excel - Attention to detail to ensure accurate data transfer - Experience in data handling tasks - Ability to perform basic data formatting...

    $133 Average bid
    $133 Avg Bid
    92 bids